function rooms_booking_views_api in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Implements hook_views_api().
File
- modules/
rooms_booking/ rooms_booking.module, line 861 - Manage Bookings - Bookings are tied to a customer profile and possible a Unit ID and Order ID.
Code
function rooms_booking_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'rooms_booking') . '/views',
);
}