You are here

function rules_path_file_info in Rules 7.2

Implements hook_rules_file_info() on behalf of the path module.

Related topics

File

modules/path.rules.inc, line 15
Rules integration for the path module.

Code

function rules_path_file_info() {
  return array(
    'modules/path.eval',
  );
}