You are here

function getlocations_aggr_get in Get Locations 7.2

Same name and namespace in other branches
  1. 7 getlocations.module \getlocations_aggr_get()

Function

Return value

Returns

6 calls to getlocations_aggr_get()
getlocations_fields_getmap in modules/getlocations_fields/getlocations_fields.module
input map
getlocations_leaflet_library in modules/getlocations_leaflet/getlocations_leaflet.module
Implements hook_library().
getlocations_search_getmap in modules/getlocations_search/getlocations_search.module
Set up the map and use getlocations to spit it out
getlocations_settings_form in ./getlocations.admin.inc
Function to display the getlocations admin settings form
getlocations_setup_js in ./getlocations.module
Function to setup the map scripts

... See full list

File

./getlocations.module, line 6247
getlocations.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_aggr_get() {
  $getlocations_aggr = variable_get('getlocations_aggr', 1);
  return $getlocations_aggr;
}