You are here

function rules_execute_php_eval_dependencies in Rules 7.2

Specify the php module as dependency.

Related topics

File

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

Code

function rules_execute_php_eval_dependencies() {
  return array(
    'php',
  );
}