You are here

function rules_condition_user_has_role_help in Rules 7.2

User has role condition help callback.

Related topics

File

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

Code

function rules_condition_user_has_role_help() {
  return t('Whether the user has the selected role(s).');
}