function notifications_cron in Notifications 5
Same name and namespace in other branches
- 6.4 notifications.module \notifications_cron()
- 6 notifications.module \notifications_cron()
- 6.2 notifications.module \notifications_cron()
- 6.3 notifications.module \notifications_cron()
- 7 notifications.module \notifications_cron()
Implementation of hook_cron()
File
- ./
notifications.module, line 885 - Notifications module
Code
function notifications_cron() {
require_once drupal_get_path('module', 'notifications') . '/notifications.cron.inc';
notifications_process_run();
}