You are here

constant ROOMS_ON_REQUEST in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

12 uses of ROOMS_ON_REQUEST
AvailabilityAgent::getUnitsByPriceType in modules/rooms_booking/includes/rooms_booking.availability_agent.inc
Returns the units array in a specific format based on price.
AvailabilityAgentDateFilter::applyFilter in modules/rooms_booking/includes/rooms_booking.availability_agent_filter.inc
Applies the filter operation to the units in the filter.
BookingEvent::formatJson in modules/rooms_availability/includes/rooms_availability.booking_event.inc
Returns event in a format amenable to FullCalendar display or generally sensible JSON.
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_submit in modules/rooms_booking_manager/rooms_booking_manager.module
Submit callback for book_unit_form form.

... See full list

File

modules/rooms_unit/rooms_unit.module, line 14
Manage units - Units are things that can be booked on a nightly basis (e.g. rooms - but also villas bungalows, etc).

Code

define('ROOMS_ON_REQUEST', 2);