You are here

function location_province_list_bh in Location 7.3

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

Returns an associative array of states/territories.

File

supported/location.bh.inc, line 11
Bahrain.

Code

function location_province_list_bh() {
  return array(
    'CAP' => "Capital",
    'CEN' => "Central",
    'MUH' => "Muharraq",
    'NOR' => "Northern",
    'SOU' => "Southern",
  );
}