You are here

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

Same name and namespace in other branches
  1. 7.3 merci_inventory/merci_inventory.module \merci_inventory_views_api()
  2. 7.2 modules/merci_inventory/merci_inventory.module \merci_inventory_views_api()

Implementation of hook_views_api().

File

modules/merci_inventory/merci_inventory.module, line 107
Hooks and functions for MERCI Inventory

Code

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