function og_rules_entity_is_group_help in Organic groups 7
Same name and namespace in other branches
- 7.2 og.rules.inc \og_rules_entity_is_group_help()
Condition: "Entity is group" help.
File
- ./
og.rules.inc, line 492 - Rules integration for the Organic groups module.
Code
function og_rules_entity_is_group_help() {
return t('Determines whether the entity is an active group.');
}