You are here

function partial_date_views_api in Partial Date 7

Implements hook_views_api().

File

./partial_date.module, line 910
Defines a date element that allows for any combination of date granularity settings.

Code

function partial_date_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'partial_date') . '/includes',
  );
}