function rules_path_dependencies
Callback to specify the path module as dependency.
Related topics
2 string references to 'rules_path_dependencies'
- rules_path_action_info in modules/
path.rules.inc - Implements hook_rules_action_info() on behalf of the path module.
- rules_path_condition_info in modules/
path.rules.inc - Implements hook_rules_condition_info() on behalf of the path module.
File
-
modules/
path.rules.inc, line 102
Code
function rules_path_dependencies() {
return array(
'path',
);
}