function hook_rules_data_processor_info_alter
Alter rules data_processor info.
The implementation should be placed into the file MODULENAME.rules.inc, which gets automatically included when the hook is invoked.
Parameters
$processor_info: The items of all modules as returned from hook_rules_data_processor_info().
See also
hook_rules_data_processor_info()
Related topics
File
-
./
rules.api.php, line 756
Code
function hook_rules_data_processor_info_alter(&$processor_info) {
// Change processor info.
}