You are here

function rules_cron in Rules 6

Same name and namespace in other branches
  1. 8.3 rules.module \rules_cron()
  2. 7.2 modules/events.inc \rules_cron()

Implementation of hook_cron().

Related topics

File

rules/modules/rules.events.inc, line 70
Invokes events for supported modules. Usually this should be directly in the module providing rules integration instead.

Code

function rules_cron() {
  rules_invoke_event('cron');
}