function hook_rules_data_processor_info_alter in Rules 7.2
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 - Documentation for hooks provided by the Rules API.
Code
function hook_rules_data_processor_info_alter(&$processor_info) {
// Change processor info.
}