Elgg  Version 5.1
Variables
users.php File Reference

Go to the source code of this file.

Variables

 $user = elgg_extract('entity', $vars)
 
 if (!$user instanceof\ElggUser)
 
 $list
 
 $footer
 

Variable Documentation

$footer
Initial value:
'#type' => 'submit',
'text' => elgg_echo('save'),
])
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1133
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 70 of file users.php.

$list

Definition at line 27 of file users.php.

$user = elgg_extract('entity', $vars)

Definition at line 11 of file users.php.

if(empty($list))

Definition at line 12 of file users.php.