constant NOTIFICATIONS_EVENT_LOG in Notifications 7
3 uses of NOTIFICATIONS_EVENT_LOG
- notifications_cron in ./
notifications.module - Implementation of hook_cron()
- Notifications_Event::done in ./
notifications.event.inc - Processing and sending is done, log or dispose
- Notifications_Scheduler_Event::done in notifications_scheduler/
notifications_scheduler.inc - When done these events cannot be just deleted, we need to keep track of last time it was executed
File
- ./
notifications.module, line 39 - Notifications module
Code
define('NOTIFICATIONS_EVENT_LOG', 7 * 24 * 3600);