You are here

function date_api_filter_handler::has_extra_options in Date 6

Same name and namespace in other branches
  1. 6.2 includes/date_api_filter_handler.inc \date_api_filter_handler::has_extra_options()

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

File

./date_api.views.inc, line 557
Defines date-related Views data and plugins:

Class

date_api_filter_handler
A flexible, configurable date filter.

Code

function has_extra_options() {
  return TRUE;
}