function rules_system_file_info

Implements hook_rules_file_info() on behalf of the system module.

Related topics

File

modules/system.rules.inc, line 15

Code

function rules_system_file_info() {
    return array(
        'modules/system.eval',
    );
}