Go to the source code of this file.
◆ $table
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.
◆ $total_users
Initial value:
'type' => 'user',
]);
})
const ELGG_SHOW_DISABLED_ENTITIES
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags.
elgg_count_entities(array $options=[])
Returns a count of entities.
Definition at line 23 of file user.php.
◆ $users_active
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'no'],
])
Definition at line 9 of file user.php.
◆ $users_banned
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['banned' => 'yes'],
])
Definition at line 3 of file user.php.
◆ $users_disabled
$users_disabled = $total_users - $users_enabled |
◆ $users_enabled
Initial value:
Definition at line 30 of file user.php.
◆ $users_unverified
Initial value:
'type' => 'user',
'metadata_name_value_pairs' => ['validated' => false],
]);
})
Definition at line 15 of file user.php.