You are here

function rules_php_integration_access in Rules 7.2

PHP integration access callback.

Related topics

2 string references to 'rules_php_integration_access'
rules_php_action_info in modules/php.rules.inc
Implements hook_rules_action_info() on behalf of the php module.
rules_php_condition_info in modules/php.rules.inc
Implements hook_rules_condition_info() on behalf of the PHP module.

File

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

Code

function rules_php_integration_access() {
  return user_access('use PHP for settings');
}