Elgg  Version master
Variables
location.php File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

$defaults = []

Definition at line 12 of file location.php.

if (isset($vars['entity'])) $vars = elgg_extract_class($vars, 'elgg-input-location')

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.