function notifications_module_information in Notifications 6.3
Same name and namespace in other branches
- 5 notifications.module \notifications_module_information()
- 6 notifications.module \notifications_module_information()
- 6.2 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_build_method in ./
notifications.module - Information about building 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
File
- ./
notifications.module, line 1060 - Notifications module
Code
function notifications_module_information($op, $arg0 = NULL, $arg1 = NULL, $arg2 = NULL) {
$object = NULL;
return notifications_module_invoke($op, $arg0, $arg1, $arg2);
}