You are here

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

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

File

merci_inventory/merci_inventory.module, line 233

Code

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