function rooms_booking_manager_views_api in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Implements hook_views_api().
File
- modules/
rooms_booking_manager/ rooms_booking_manager.module, line 3276 - Rooms Booking Manager brings together all the pieces required to find a room and book it - including the DrupalCommerce integration
Code
function rooms_booking_manager_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'rooms_booking_manager') . '/views',
);
}