function og_rules_condition_user_in_group_help in Organic groups 7
Same name and namespace in other branches
- 7.2 og.rules.inc \og_rules_condition_user_in_group_help()
Condition "User is in group" help.
File
- ./
og.rules.inc, line 478 - 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.');
}