You are here

function rules_php_file_info in Rules 7.2

Implements hook_rules_file_info() on behalf of the php module.

Related topics

File

modules/php.rules.inc, line 15
Rules integration for the php module.

Code

function rules_php_file_info() {
  return array(
    'modules/php.eval',
  );
}