You are here

function rules_init in Rules 6

Same name and namespace in other branches
  1. 7.2 rules.module \rules_init()

Implementation of hook_init().

Related topics

File

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

Code

function rules_init() {
  rules_invoke_event('init');
}