7 'filter_id' =>
'admin/upgrades',
8 'filter_value' =>
'pending',
20 'name' =>
'run_upgrades',
22 'text' =>
elgg_echo(
'admin:upgrades:run'),
23 'id' =>
'elgg-upgrades-run',
24 'link_class' =>
'elgg-button elgg-button-action',
31 'pagination' =>
false,
32 'no_results' =>
elgg_echo(
'admin:upgrades:none'),
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
$upgrades
Lists pending upgrades.
const ELGG_IGNORE_ACCESS
elgg_call() flags
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
const ELGG_SHOW_DISABLED_ENTITIES
elgg_import_esm(string $name)
Helper functions for external files like css/js.
const ELGG_SHOW_DELETED_ENTITIES
elgg_view_entity_list(array $entities, array $vars=[])
Returns a rendered list of entities with pagination.
_elgg_services()
Get the global service provider.
elgg_register_menu_item(string $menu_name, array|\ElggMenuItem $menu_item)
Elgg navigation library Functions for managing menus and other navigational elements.