function date_views_filters in Date 5
Same name and namespace in other branches
- 5.2 date/date.module \date_views_filters()
Wrapper functions for views hooks.
1 call to date_views_filters()
- _date_field_settings in ./
date_admin.inc - Implementation of hook_field_settings().
File
- ./
date.module, line 587 - Defines a date/time field type.
Code
function date_views_filters($field) {
include_once './' . drupal_get_path('module', 'date') . '/date_views.inc';
return _date_views_filters($field);
}