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'),
 
const ELGG_IGNORE_ACCESS
elgg_call() flags
const ELGG_SHOW_DISABLED_ENTITIES
const ELGG_SHOW_DELETED_ENTITIES
_elgg_services()
Get the global service provider.
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags.
elgg_register_menu_item(string $menu_name, array|\ElggMenuItem $menu_item)
Elgg navigation library Functions for managing menus and other navigational elements.
elgg_import_esm(string $name)
Helper functions for external files like css/js.
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
elgg_view_entity_list(array $entities, array $vars=[])
Returns a rendered list of entities with pagination.
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
$upgrades
Lists pending upgrades.