You are here

function merci_calendar_view_views_api in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 modules/merci_calendar_view/merci_calendar_view.module \merci_calendar_view_views_api()

Implementation of hook_views_api().

File

modules/merci_calendar_view/merci_calendar_view.module, line 12
merci_template functions

Code

function merci_calendar_view_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'merci_calendar_view'),
  );
}