function 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
Related topics
File
-
./
rules.api.php, line 696
Code
function hook_rules_event_info_alter(&$events) {
// Change events.
}