function book_unit_form_validate in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Validation for cart booking form.
@todo Evaluate what to do here
1 string reference to 'book_unit_form_validate'
- 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.
File
- modules/
rooms_booking_manager/ rooms_booking_manager.module, line 1244 - Rooms Booking Manager brings together all the pieces required to find a room and book it - including the DrupalCommerce integration
Code
function book_unit_form_validate(&$form, &$form_state) {
}