You are here

function rules_rules_core_file_info in Rules 7.2

Implements hook_rules_file_info() on behalf of the pseudo rules_core module.

See also

rules_core_modules()

Related topics

File

modules/rules_core.rules.inc, line 32
Rules integration with Drupal core.

Code

function rules_rules_core_file_info() {
  return array(
    'modules/rules_core.eval',
  );
}