function merci_views_api in MERCI (Manage Equipment Reservations, Checkout and Inventory) 6
Same name and namespace in other branches
- 6.2 merci.module \merci_views_api()
- 7.2 merci.module \merci_views_api()
Implementation of hook_views_api().
File
- ./
merci.module, line 2701 - MERCI - Managed Equipment Reservation Checkout and Inventory
Code
function merci_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'merci'),
);
}