You are here

function og_rules_entity_is_group_help in Organic groups 7.2

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

Condition: "Entity is group" help.

File

./og.rules.inc, line 599
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.');
}