You are here

function date_views_filter_handler_simple::has_extra_options in Date 8

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

File

date_views/includes/date_views_filter_handler_simple.inc, line 172
A standard Views filter for a single date field, using Date API form selectors and sql handling.

Class

date_views_filter_handler_simple

Code

function has_extra_options() {
  return TRUE;
}