Elgg  Version 1.11
Variables
location.php File Reference

Go to the source code of this file.

Variables

 $vars ['class'] = (array) elgg_extract('class', $vars, [])
 Location input field. More...
 
 $vars ['class'][] = 'elgg-input-location'
 
 $defaults
 

Variable Documentation

$defaults
Initial value:
= array(
'disabled' => false,
)

Definition at line 13 of file location.php.

if (isset($vars['entity'])) $vars = (array) elgg_extract('class', $vars, [])

Location input field.

$vars['entity'] The ElggEntity that has a location $vars['value'] The default value for the location $vars['class'] Additional CSS class

Definition at line 10 of file location.php.

$vars['class'][] = 'elgg-input-location'

Definition at line 11 of file location.php.