You are here

function notifications_module_information in Notifications 6.2

Same name and namespace in other branches
  1. 5 notifications.module \notifications_module_information()
  2. 6 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.

8 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 adding query conditions from plug-ins
notifications_subscription_fields in ./notifications.module
Get information about subscriptions fields
notifications_subscription_types in ./notifications.module
Get info about subscription types

... See full list

File

./notifications.module, line 1061
Notifications module

Code

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