25 'list_type_toggle' =>
false,
26 'pagination' =>
false,
27 'display_reordering' =>
true,
42 'name' =>
'activate-all',
43 'href' =>
'action/admin/plugins/activate_all',
44 'text' =>
elgg_echo(
'admin:plugins:activate_all'),
45 'link_class' =>
'elgg-button elgg-button-submit elgg-plugins-toggle',
46 'data-desired-state' =>
'active',
50 'name' =>
'dactivate-all',
51 'href' =>
'action/admin/plugins/deactivate_all',
52 'text' =>
elgg_echo(
'admin:plugins:deactivate_all'),
53 'link_class' =>
'elgg-button elgg-button-submit elgg-plugins-toggle',
54 'data-desired-state' =>
'inactive',
60 'id' =>
'elgg-plugin-list',
elgg_view_entity_list($entities, array $vars=[])
Returns a rendered list of entities with pagination.
elgg_echo($message_key, array $args=[], $language="")
Given a message key, returns an appropriately translated full-text string.
elgg_require_js($name)
Request that Elgg load an AMD module onto the page.
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
elgg_pop_context()
Removes and returns the top context string from the stack.
elgg echo
Translates a string.
elgg_register_menu_item($menu_name, $menu_item)
Register an item for an Elgg menu.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_get_plugins($status= 'active')
Returns an ordered list of plugins.
elgg_push_context($context)
Push a context onto the top of the stack.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.
_elgg_generate_plugin_entities()
Elgg plugins library Contains functions for managing plugins.