function rules_entity_file_info
Implements hook_rules_file_info() on behalf of the entity module.
See also
Related topics
File
-
modules/
entity.rules.inc, line 17
Code
function rules_entity_file_info() {
return array(
'modules/entity.eval',
);
}