You are here

function hook_rules_data_info_alter in Rules 7.2

Alter rules data types.

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

Parameters

$data_info: The items of all modules as returned from hook_rules_data_info().

See also

hook_rules_data_info()

Related topics

2 functions implement hook_rules_data_info_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

rules_rules_data_info_alter in ./rules.rules.inc
Implements hook_rules_data_info_alter().
rules_test_rules_data_info_alter in tests/rules_test.rules.inc
Implements hook_rules_data_info_alter().

File

./rules.api.php, line 711
Documentation for hooks provided by the Rules API.

Code

function hook_rules_data_info_alter(&$data_info) {

  // Change data types.
}