You are here

function og_rules_condition_user_in_group_help in Organic groups 7.2

Same name and namespace in other branches
  1. 7 og.rules.inc \og_rules_condition_user_in_group_help()

Condition "User is in group" help.

File

./og.rules.inc, line 585
Rules integration for the Organic groups module.

Code

function og_rules_condition_user_in_group_help() {
  return t('Evaluates to TRUE if the user is a member of the group and the membership meets the configured valid membership state.');
}