7 calls to _location_get_iso3166_list() in Location 5
- location_admin_settings in ./
location.module - Callback for admin/settings/location
- location_get_iso3166_list in ./
location.inc - location_views_countries in contrib/
location_views/ location_views.module - Get an array of all enabled countries.
- location_views_handler_arg_country in contrib/
location_views/ location_views.module - theme_location in ./
location.theme - Generates HTML for the passed location.
- _location_country_select_options in ./
location.inc - Given a pre-selected value, whether or not the form-item is required, and an optional form name, generates an HTML select for selecting a country in an location form.
- _location_supported_countries in ./
location.inc - Returns an associative array of countries currently supported by the location system where -> the keys represent the two-letter ISO code and -> the values represent the English name of the country. The array is sorted the index (i.e., by the…