You are here

function calendar_systems_date_properties_views_handlers in Calendar Systems 8

Same name and namespace in other branches
  1. 7 calendar_systems_date_properties/calendar_systems_date_properties.views.inc \calendar_systems_date_properties_views_handlers()
  2. 7.2 calendar_systems_date_properties/calendar_systems_date_properties.views.inc \calendar_systems_date_properties_views_handlers()

Implementation of hook_views_handlers().

File

calendar_systems_date_properties/calendar_systems_date_properties.views.inc, line 6

Code

function calendar_systems_date_properties_views_handlers() {
  return array(
    'info' => array(
      'path' => drupal_get_path('module', 'calendar_systems_date_properties') . '/includes',
    ),
    'handlers' => array(),
  );
}