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