You are here

function rules_user_role_change_access in Rules 7.2

User integration role actions access callback.

Related topics

1 string reference to 'rules_user_role_change_access'
rules_user_action_info in modules/user.rules.inc
Implements hook_rules_action_info() on behalf of the user module.

File

modules/user.rules.inc, line 246
Rules integration for the user module.

Code

function rules_user_role_change_access() {
  return entity_metadata_user_roles() && user_access('administer permissions');
}