You are here

function rules_system_integration_access in Rules 7.2

System integration access callback.

Related topics

2 string references to 'rules_system_integration_access'
rules_system_action_info in modules/system.rules.inc
Implements hook_rules_action_info() on behalf of the system module.
rules_system_event_info in modules/system.rules.inc
Implements hook_rules_event_info() on behalf of the system module.

File

modules/system.rules.inc, line 315
Rules integration for the system module.

Code

function rules_system_integration_access($type, $name) {
  return user_access('administer site configuration');
}