You are here

public function RoomsBooking::delete_event in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

File

modules/rooms_booking/rooms_booking.module, line 1012
Manage Bookings - Bookings are tied to a customer profile and possible a Unit ID and Order ID.

Class

RoomsBooking
The class used for Rooms Booking entities.

Code

public function delete_event() {
  entity_get_controller($this->entityType)
    ->delete_event($this);
}