You are here

function views_handler_filter_countries_list::has_extra_options in Countries 7.2

Same name and namespace in other branches
  1. 8 views/views_handler_filter_countries_list.inc \views_handler_filter_countries_list::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

views/views_handler_filter_countries_list.inc, line 22
Views module filter handler class.

Class

views_handler_filter_countries_list
Filter by ISO Code 2.

Code

function has_extra_options() {
  return TRUE;
}