29 'text' =>
elgg_echo(
'admin:users:details:attributes'),
35 'text' =>
elgg_echo(
'admin:users:details:statistics'),
36 'content' =>
elgg_view(
'core/settings/statistics/numentities',
$vars),
40 'text' =>
elgg_echo(
'admin:users:details:profile'),
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.
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(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
const ELGG_SHOW_DISABLED_ENTITIES
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.
$entity
Ajax view to list user details on admin listings.