You are here

function rules_rules_data_processor_info in Rules 7.2

Implements hook_rules_data_processor_info().

File

./rules.rules.inc, line 131
Includes any rules integration provided by the module.

Code

function rules_rules_data_processor_info() {
  return _rules_rules_collect_items('data_processor_info');
}