Elgg  Version 6.3
Variables
upload.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Avatar upload form. More...
 
 if (! $entity instanceof \ElggUser)
 
 $footer
 

Variable Documentation

◆ $entity

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

Avatar upload form.

@uses $vars['entity']

Definition at line 8 of file upload.php.

◆ $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:1115

Definition at line 24 of file upload.php.

◆ if

if(! $entity instanceof \ElggUser) ( ! $entity instanceof \  ElggUser)

Definition at line 9 of file upload.php.