Elgg  Version 4.3
Variables
users.php File Reference

Go to the source code of this file.

Variables

 $result
 
 $classes = ['elgg-divide-left', 'plm', 'elgg-admin-users-admin-validation-notification']
 

Variable Documentation

$classes = ['elgg-divide-left', 'plm', 'elgg-admin-users-admin-validation-notification']

Definition at line 21 of file users.php.

$result
Initial value:
'#type' => 'checkbox',
'#label' => elgg_echo('installation:registration:label'),
'#help' => elgg_echo('installation:registration:description'),
'name' => 'allow_registration',
'checked' => (bool) elgg_get_config('allow_registration'),
'switch' => true,
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1149
elgg_echo($message_key, array $args=[], $language="")
Elgg language module Functions to manage language and translations.
Definition: languages.php:18
elgg_get_config($name, $default=null)
Get an Elgg configuration value.

Definition at line 3 of file users.php.