Elgg
Version 1.11
|
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 | |
$defaults |
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.
Definition at line 11 of file location.php.