You are here

function calendar_systems_date_properties_views_api in Calendar Systems 7.2

Same name and namespace in other branches
  1. 8 calendar_systems_date_properties/calendar_systems_date_properties.module \calendar_systems_date_properties_views_api()
  2. 7 calendar_systems_date_properties/calendar_systems_date_properties.module \calendar_systems_date_properties_views_api()

Implements hook_views_api().

File

calendar_systems_date_properties/calendar_systems_date_properties.module, line 54
Contains hook implementations and helpers.

Code

function calendar_systems_date_properties_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'calendar_systems_date_properties'),
  );
}