You are here

function location_map_link_ca_default_providers in Location 7.4

Same name and namespace in other branches
  1. 5.3 supported/location.ca.inc \location_map_link_ca_default_providers()
  2. 5 supported/location.ca.inc \location_map_link_ca_default_providers()
  3. 6.3 supported/location.ca.inc \location_map_link_ca_default_providers()
  4. 7.5 supported/location.ca.inc \location_map_link_ca_default_providers()
  5. 7.3 supported/location.ca.inc \location_map_link_ca_default_providers()

File

supported/location.ca.inc, line 181

Code

function location_map_link_ca_default_providers() {
  return array(
    'google',
  );
}