21 'name' =>
'user_guid',
22 'value' =>
$user->guid,
27 '#label' =>
elgg_echo(
'email:address:label'),
29 'value' =>
$user->email,
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
if(empty($guid)||empty($email)) if(!elgg_is_valid_email($email)) $user
elgg_view_title(string $title, array $vars=[])
Renders a title.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_set_form_footer(string $footer= '')
Sets form footer and defers its rendering until the form view and extensions have been rendered...
const ELGG_SHOW_DISABLED_ENTITIES
$guid
Admin action to change the email address of an user.
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.