function location_province_list_bh in Location 7.3
Same name and namespace in other branches
- 5.3 supported/location.bh.inc \location_province_list_bh()
- 5 supported/location.bh.inc \location_province_list_bh()
- 6.3 supported/location.bh.inc \location_province_list_bh()
- 7.5 supported/location.bh.inc \location_province_list_bh()
- 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",
);
}