You are here

function hook_rules_event_info_alter in Rules 7.2

Same name and namespace in other branches
  1. 6 rules/rules.api.php \hook_rules_event_info_alter()

Alter rules events.

The implementation should be placed into the file MODULENAME.rules.inc, which gets automatically included when the hook is invoked.

Parameters

$events: The items of all modules as returned from hook_rules_event_info().

See also

hook_rules_event_info()

Related topics

File

./rules.api.php, line 696
Documentation for hooks provided by the Rules API.

Code

function hook_rules_event_info_alter(&$events) {

  // Change events.
}