function location_province_list_tf in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.tf.inc \location_province_list_tf()
 - 5 supported/location.tf.inc \location_province_list_tf()
 - 6.3 supported/location.tf.inc \location_province_list_tf()
 - 7.5 supported/location.tf.inc \location_province_list_tf()
 - 7.4 supported/location.tf.inc \location_province_list_tf()
 
Returns an associative array of states/territories.
File
- supported/
location.tf.inc, line 11  - French Southern Territories.
 
Code
function location_province_list_tf() {
  return array(
    'C' => "Iles Crozet",
    'K' => "Iles Kerguelen",
    'A' => "Ile Amsterdam",
    'P' => "Ile Saint-Paul",
    'D' => "Adelie Land",
  );
}