You are here

function location_province_list_st in Location 5

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

File

supported/location.st.inc, line 5

Code

function location_province_list_st() {
  return array(
    'S' => "Sao Tome",
    'P' => "Principe",
  );
}