You are here

function date_views_handler_filter_date_value_form in Date 5

Same name and namespace in other branches
  1. 5.2 date/date.module \date_views_handler_filter_date_value_form()
1 call to date_views_handler_filter_date_value_form()
_date_views_filters in ./date_views.inc
Views filters for Date fields.

File

./date.module, line 599
Defines a date/time field type.

Code

function date_views_handler_filter_date_value_form($field) {
  include_once './' . drupal_get_path('module', 'date') . '/date_views.inc';
  return _date_views_handler_filter_date_value_form($field);
}