You are here

function rules_path_dependencies in Rules 7.2

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
Rules integration for the path module.

Code

function rules_path_dependencies() {
  return array(
    'path',
  );
}