22 'list_type' =>
'table',
26 'name' =>
'user_guids',
27 'title' =>
elgg_echo(
'table_columns:fromView:checkbox'),
29 'name' =>
'user_guids[]',
31 elgg()->table_columns->icon(null, [
34 elgg()->table_columns->user(null, [
35 'item_view' =>
'user/default/admin_column',
37 elgg()->table_columns->email(),
38 elgg()->table_columns->time_created(null, [
39 'format' =>
'friendly',
41 elgg()->table_columns->entity_menu(null, [
42 'add_user_hover_admin_section' =>
true,
46 'list_class' =>
'elgg-admin-users',
58 echo
elgg_view(
'page/components/no_results', [
67 'class' => [
'elgg-menu-hz',
'elgg-admin-users-bulkactions-buttons'],
68 'item_contents_view' =>
'navigation/menu/elements/item/submit',
73 'show_delete' =>
true,
74 'show_validate' =>
false,
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
elgg_require_css(string $view)
Register a CSS view name to be included in the HTML head.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
if(empty($users)) $default_menu_vars
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view_menu($menu, array $vars=[])
Render a menu.
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.
elgg_list_entities(array $options=[], callable $getter=null, callable $viewer=null)
Returns a string of rendered entities.
if(empty($users)) $menu_vars