constant ROOMS_OPTION_ONREQUEST in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
6 uses of ROOMS_OPTION_ONREQUEST
- book_units_per_type_form in modules/
rooms_booking_manager/ rooms_booking_manager.module - Book units per type booking form callback.
- book_units_per_type_form_submit in modules/
rooms_booking_manager/ rooms_booking_manager.module - Submit callback for book_units_per_type_form form.
- book_unit_form_builder in modules/
rooms_booking_manager/ rooms_booking_manager.module - The form builder builds the form (where visible is simply the purchase button) for individual bookable units.
- book_unit_form_submit in modules/
rooms_booking_manager/ rooms_booking_manager.module - Submit callback for book_unit_form form.
- rooms_booking_edit_form in modules/
rooms_booking/ rooms_booking.admin.inc - Form callback: create or edit a booking.
File
- ./
rooms.module, line 49 - Provides basic underlying functionality and configuration options used by all Rooms modules
Code
define('ROOMS_OPTION_ONREQUEST', 'on_request');