You are here

public function date_views_filter_handler_simple::has_extra_options in Date 7.2

Same name and namespace in other branches
  1. 8 date_views/includes/date_views_filter_handler_simple.inc \date_views_filter_handler_simple::has_extra_options()
  2. 7.3 date_views/includes/date_views_filter_handler_simple.inc \date_views_filter_handler_simple::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

date_views/includes/date_views_filter_handler_simple.inc, line 254
A standard Views filter for a single date field.

Class

date_views_filter_handler_simple
A standard Views filter for a single date field.

Code

public function has_extra_options() {
  return TRUE;
}