You are here

function notifications_module_information in Notifications 6

Same name and namespace in other branches
  1. 5 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.

10 calls to notifications_module_information()
notifications_custom_form in notifications_custom/notifications_custom.admin.inc
Edit / create custom subscriptions
notifications_custom_rebuild in notifications_custom/notifications_custom.module
Rebuild list of custom subscriptions from modules and the database
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

... See full list

File

./notifications.module, line 1011
Notifications module

Code

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