You are here

function location_map_link_fr_default_providers in Location 6.3

Same name and namespace in other branches
  1. 7.3 supported/location.fr.inc \location_map_link_fr_default_providers()

File

supported/location.fr.inc, line 119

Code

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