You are here

function location_province_list_wf in Location 7.3

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

Returns an associative array of states/territories.

File

supported/location.wf.inc, line 11
Wallis and Futuna.

Code

function location_province_list_wf() {
  return array(
    'A' => "Alo",
    'S' => "Sigave",
    'W' => "Wallis",
  );
}