You are here

function location_province_list_gh in Location 5

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

File

supported/location.gh.inc, line 5

Code

function location_province_list_gh() {
  return array(
    'AS' => "Ashanti Region",
    'BA' => "Brong-Ahafo Region",
    'CE' => "Central Region",
    'EA' => "Eastern Region",
    'GA' => "Greater Accra Region",
    'NO' => "Northern Region",
    'UE' => "Upper East Region",
    'UW' => "Upper West Region",
    'VO' => "Volta Region",
    'WE' => "Western Region",
  );
}