You are here

function notifications_module_information in Notifications 5

Same name and namespace in other branches
  1. 6 notifications.module \notifications_module_information()
  2. 6.2 notifications.module \notifications_module_information()
  3. 6.3 notifications.module \notifications_module_information()

Invokes hook_notifications() with a single parameter or more but not needing an object to be passed as reference.

7 calls to notifications_module_information()
notifications_digest_method in ./notifications.module
Information about digesting method for a send interval.
notifications_event_types in ./notifications.module
Get event types
notifications_queue in ./notifications.module
Queue events for notifications
notifications_subscription_types in ./notifications.module
Get info about subscription types
notifications_ui_user_node in notifications_ui/notifications_ui.module
Get list of possible and existing subscriptions for user/node

... See full list

File

./notifications.module, line 691
Notifications module

Code

function notifications_module_information($op, $arg0 = NULL, $arg1 = NULL, $arg2 = NULL) {
  $object = NULL;
  return notifications_module_invoke($op, $arg0, $arg1, $arg2);
}