Go to the source code of this file.
$classes = ['elgg-divide-left', 'plm', 'elgg-admin-users-admin-validation-notification'] |
Initial value: '#type' => 'checkbox',
'#label' =>
elgg_echo(
'installation:registration:label'),
'#help' =>
elgg_echo(
'installation:registration:description'),
'name' => 'allow_registration',
'switch' => true,
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_get_config(string $name, $default=null)
Get an Elgg configuration value.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition at line 3 of file users.php.