You are here

public static function Notifications_Event::queue_clean in Notifications 7

Same name and namespace in other branches
  1. 6.4 includes/notifications_event.class.inc \Notifications_Event::queue_clean()

Clean up queued events

Replaces notifications_event_clean()

Parameters

$update: Update event counter

File

./notifications.event.inc, line 376
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Notifications Event class

Code

public static function queue_clean($update = FALSE) {
  return notifications_queue()
    ->event_clean($update);
}