You are here

public function location_handler_sort_location_country::has_extra_options in Location 7.3

Same name and namespace in other branches
  1. 6.3 handlers/location_handler_sort_location_country.inc \location_handler_sort_location_country::has_extra_options()

If a handler has 'extra options' it will get a little settings widget and another form called extra_options.

Overrides views_handler::has_extra_options

File

handlers/location_handler_sort_location_country.inc, line 24
Country sort handler.

Class

location_handler_sort_location_country

Code

public function has_extra_options() {
  return TRUE;
}