1 date_views_filter_handler_simple.inc date_views_filter_handler_simple::has_extra_options()

Set the granularity of the date parts to use in the filter.

Overrides views_handler::has_extra_options

File

core/modules/date/views/date_views_filter_handler_simple.inc, line 219
A standard Views filter for a single date field, using Date API form selectors and sql handling.

Class

date_views_filter_handler_simple
@file A standard Views filter for a single date field, using Date API form selectors and sql handling.

Code

function has_extra_options() {
  return TRUE;
}