function rules_path_file_info
Implements hook_rules_file_info() on behalf of the path module.
Related topics
File
-
modules/
path.rules.inc, line 15
Code
function rules_path_file_info() {
return array(
'modules/path.eval',
);
}