You are here

function date_views_filters in Date 5.2

Same name and namespace in other branches
  1. 5 date.module \date_views_filters()

Wrapper functions for views hooks.

1 call to date_views_filters()
_date_field_settings in date/date_admin.inc
Implementation of hook_field_settings().

File

date/date.module, line 421
Defines date/time field types for the Content Construction Kit (CCK).

Code

function date_views_filters($field) {
  require_once './' . drupal_get_path('module', 'date') . '/date_views.inc';
  return _date_views_filters($field);
}