Elgg  Version master
Variables
basic.php File Reference

Go to the source code of this file.

Variables

 $site = elgg_get_site_entity()
 
 $result
 

Variable Documentation

$result
Initial value:
'#type' => 'text',
'name' => 'sitename',
'#label' => elgg_echo('installation:sitename'),
'value' => $site->name,
])
$site
Definition: basic.php:3
elgg_view_field(array $params=[])
Renders a form field, usually with a wrapper element, a label, help text, etc.
Definition: views.php:1112
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 5 of file basic.php.

Definition at line 3 of file basic.php.