You are here

function location_province_list_bh in Location 7.4

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.3 supported/location.bh.inc \location_province_list_bh()

File

supported/location.bh.inc, line 5

Code

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