function hook_rules_event_info_alter in Rules 6
Same name and namespace in other branches
- 7.2 rules.api.php \hook_rules_event_info_alter()
Alter rules events.
The implementation should be placed into the file MODULENAME.rules.inc.
Parameters
$events: The items of all modules as returned from hook_rules_event_info().
See also
Related topics
File
- rules/
rules.api.php, line 593 - This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.
Code
function hook_rules_event_info_alter(&$events) {
// Change events
}