You are here

public function BatEvent::delete_event in Booking and Availability Management Tools for Drupal 7

File

modules/bat_event/bat_event.module, line 1087
Manage Events - Events store the EventValue of a Unit over a period of time.

Class

BatEvent
The class used for Event entities.

Code

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