You are here

function bat_event_views_api in Booking and Availability Management Tools for Drupal 7

Implements hook_views_api().

File

modules/bat_event/bat_event.module, line 991
Manage Events - Events store the EventValue of a Unit over a period of time.

Code

function bat_event_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'bat_event') . '/views',
  );
}