function rules_php_integration_access

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

Code

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