public static function Notifications_Event::track_delete in Notifications 6.4
File
- includes/
notifications_event.class.inc, line 433 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Message destination class
Code
public static function track_delete($event) {
unset($this->tracker[$event->eid]);
$event
->delete();
}