acp_extensions
class acp_extensions
Properties
$u_action |
Methods
No description
No description
Handles the catalog mode of the extensions list
Lists all the enabled extensions and dumps to the template
Lists all the disabled extensions and dumps to the template
Lists all the available extensions and dumps to the template
Sort helper for the table containing the metadata about the extensions.
Outputs extension metadata into the template
Checks whether the extension can be enabled. Triggers error if not.
Details
at line 53
main($id, $mode)
No description
at line 83
main_mode($id, $mode)
No description
at line 444
catalog_mode(string $id, string $mode)
Handles the catalog mode of the extensions list
at line 772
void
list_enabled_exts(manager $phpbb_extension_manager, array $managed_packages)
Lists all the enabled extensions and dumps to the template
at line 855
void
list_disabled_exts(manager $phpbb_extension_manager, array $managed_packages)
Lists all the disabled extensions and dumps to the template
at line 935
void
list_available_exts(array $managed_packages)
Lists all the available extensions and dumps to the template
at line 1020
protected
sort_extension_meta_data_table($val1, $val2)
Sort helper for the table containing the metadata about the extensions.
at line 1031
void
output_metadata_to_template(array $metadata)
Outputs extension metadata into the template
at line 1068
protected
check_is_enableable(extension_interface $extension)
Checks whether the extension can be enabled. Triggers error if not.
Error message can be set by the extension.