You are here

function appointment_calendar_views_api in Appointment Calendar 7

Implements hook_views_api().

File

./appointment_calendar.module, line 293
Adds Appointment calendar filtering and displays Availability.

Code

function appointment_calendar_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'appointment_calendar') . '/views',
  );
}