You are here

function rooms_booking_ctools_plugin_type in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Implements hook_ctools_plugin_type().

File

modules/rooms_booking/rooms_booking.module, line 455
Manage Bookings - Bookings are tied to a customer profile and possible a Unit ID and Order ID.

Code

function rooms_booking_ctools_plugin_type() {
  return array(
    'availabilityagent_filter' => array(
      'use hooks' => TRUE,
    ),
  );
}