You are here

public function location_handler_filter_location_province::has_extra_options in Location 7.3

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_filter_location_province.inc, line 35
Filter on province.

Class

location_handler_filter_location_province

Code

public function has_extra_options() {
  return TRUE;
}