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.
@uses $vars['entity'] The ElggEntity that has a location @uses $vars['value'] The default value for the location @uses $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.