function rooms_booking_entity_property_info_alter in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7
Implements hook_entity_property_info_alter().
File
- modules/
rooms_booking/ rooms_booking.module, line 425 - Manage Bookings - Bookings are tied to a customer profile and possible a Unit ID and Order ID.
Code
function rooms_booking_entity_property_info_alter(&$info) {
$info['rooms_booking']['properties']['booking_status']['setter callback'] = 'entity_property_verbatim_set';
}