You are here

function Notifications_Event::invoke_all in Notifications 7

Invoke all hook_notifications_event()

4 calls to Notifications_Event::invoke_all()
Notifications_Event::delete in ./notifications.event.inc
Delete from db
Notifications_Event::queue in ./notifications.event.inc
Queue event for later processing
Notifications_Event::subscription_types in ./notifications.event.inc
Get subscription types triggered by this event
Notifications_Event::trigger in ./notifications.event.inc
Trigger event. Save, run queue query, etc...

File

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

Class

Notifications_Event
Notifications Event class

Code

function invoke_all($op) {
  return module_invoke_all('notifications_event', $op, $this);
}