You are here

function rules_entity_file_info in Rules 7.2

Implements hook_rules_file_info() on behalf of the entity module.

See also

rules_core_modules()

Related topics

File

modules/entity.rules.inc, line 17
General entity related rules integration.

Code

function rules_entity_file_info() {
  return array(
    'modules/entity.eval',
  );
}