function hook_rules_data_info_alter
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
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
Code
function hook_rules_data_info_alter(&$data_info) {
// Change data types.
}