function hook_rules_condition_info_alter in Rules 6
Same name and namespace in other branches
- 7.2 rules.api.php \hook_rules_condition_info_alter()
Alter rules conditions.
The implementation should be placed into the file MODULENAME.rules.inc.
Parameters
$conditions: The items of all modules as returned from hook_rules_condition_info().
See also
Related topics
File
- rules/
rules.api.php, line 579 - 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_condition_info_alter(&$conditions) {
// Change conditions
}