Elgg  Version 6.2
Variables
notifications.php File Reference

Go to the source code of this file.

Variables

 $user = elgg_extract('entity', $vars)
 Notification settings form. More...
 
 $footer
 

Variable Documentation

◆ $footer

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

Definition at line 32 of file notifications.php.

◆ $user

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

Notification settings form.

@uses $vars['entity'] the user to set the setings for

Definition at line 8 of file notifications.php.