You are here

function merci_views_api in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6.2

Same name and namespace in other branches
  1. 6 merci.module \merci_views_api()
  2. 7.2 merci.module \merci_views_api()

Implementation of hook_views_api().

File

./merci.module, line 705
MERCI - Managed Equipment Reservation Checkout and Inventory

Code

function merci_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'merci'),
  );
}