function hook_rules_evaluator_info_alter

Alter rules input evaluator info.

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

Parameters

$evaluator_info: The items of all modules as returned from hook_rules_evaluator_info().

See also

hook_rules_evaluator_info()

Related topics

File

./rules.api.php, line 741

Code

function hook_rules_evaluator_info_alter(&$evaluator_info) {
    // Change evaluator info.
}