constant ROOMS_PER_TYPE in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
6 uses of ROOMS_PER_TYPE
- rooms_booking_availability_search_form_builder in modules/
rooms_booking_manager/ rooms_booking_manager.availability_search.inc - Form callback for rooms_booking_availability_search_form_builder.
- rooms_booking_manager_alter_rooms_booking_settings in modules/
rooms_booking_manager/ rooms_booking_manager.module - Alters for the 'rooms_booking_settings' form.
- rooms_booking_manager_present_types in modules/
rooms_booking_manager/ rooms_booking_manager.module - Prepares Units on a per type basis.
- rooms_booking_manager_results_page in modules/
rooms_booking_manager/ rooms_booking_manager.module - Constructs the booking results page following an availability search.
- rooms_booking_manager_retrieve_booking_parameters in modules/
rooms_booking_manager/ rooms_booking_manager.module - Checks that the booking parameters given are valid. This is mainly used to clean up values that came through the URL and are set in $_GET.
File
- ./
rooms.module, line 32 - Provides basic underlying functionality and configuration options used by all Rooms modules
Code
define('ROOMS_PER_TYPE', 'rooms_per_type');