Go to the source code of this file.
Initial value:]))
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition at line 37 of file user.php.
Initial value: 'type' => 'user',
]);
})
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
const ELGG_SHOW_DISABLED_ENTITIES
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 23 of file user.php.
Initial value: 'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'no'],
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 9 of file user.php.
Initial value: 'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'yes'],
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 3 of file user.php.
$users_disabled = $total_users - $users_enabled |
Initial value: 'type' => 'user',
])
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 30 of file user.php.
Initial value: 'type' => 'user',
'metadata_name_value_pairs' => ['validated' => false],
]);
})
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
const ELGG_SHOW_DISABLED_ENTITIES
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 15 of file user.php.