You are here

function location_province_list_ax in Location 7.3

Same name and namespace in other branches
  1. 5.3 supported/location.ax.inc \location_province_list_ax()
  2. 5 supported/location.ax.inc \location_province_list_ax()
  3. 6.3 supported/location.ax.inc \location_province_list_ax()
  4. 7.5 supported/location.ax.inc \location_province_list_ax()
  5. 7.4 supported/location.ax.inc \location_province_list_ax()

Returns an associative array of states/territories.

File

supported/location.ax.inc, line 11
Aland Islands.

Code

function location_province_list_ax() {
  return array();
}