You are here

function location_handler_filter_location_country::get_value_options in Location 6.3

Same name and namespace in other branches
  1. 7.5 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::get_value_options()
  2. 7.3 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::get_value_options()
  3. 7.4 handlers/location_handler_filter_location_country.inc \location_handler_filter_location_country::get_value_options()
2 calls to location_handler_filter_location_country::get_value_options()
location_handler_filter_location_country::reduce_value_options in handlers/location_handler_filter_location_country.inc
location_handler_filter_location_country::value_form in handlers/location_handler_filter_location_country.inc
Provide widgets for filtering by country.

File

handlers/location_handler_filter_location_country.inc, line 22

Class

location_handler_filter_location_country
Filter on country.

Code

function get_value_options() {
  $this->value_options = location_get_iso3166_list();
}