You are here

function getlocations_location_taxonomize_primary_field_names in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_location_taxonomize/getlocations_location_taxonomize.inc \getlocations_location_taxonomize_primary_field_names()

Tells Location Taxonomize the names used in this module for the 'Primary Fields' Country, State/Province, City

File

modules/getlocations_location_taxonomize/getlocations_location_taxonomize.inc, line 126
getlocations_location_taxonomize.inc @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_location_taxonomize_primary_field_names() {
  return array(
    'country',
    'country_name',
    'province',
    'province_name',
    'city',
  );
}