function getlocations_blocks_get_settings in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_blocks/getlocations_blocks.module \getlocations_blocks_get_settings()
1 call to getlocations_blocks_get_settings()
- getlocations_blocks_get_attached_elements in modules/
getlocations_blocks/ getlocations_blocks.module
File
- modules/
getlocations_blocks/ getlocations_blocks.module, line 1018 - getlocations_blocks.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_blocks_get_settings() {
$get = getlocations_blocks_get_var();
return array(
'city_path' => $get['city_path'],
'province_path' => $get['province_path'],
'postalcode_path' => $get['postalcode_path'],
'country_path' => $get['country_path'],
);
}