You are here

function og_rules_entity_is_group_content_help in Organic groups 7

Same name and namespace in other branches
  1. 7.2 og.rules.inc \og_rules_entity_is_group_content_help()

Condition: "Entity is group content" help.

File

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

Code

function og_rules_entity_is_group_content_help() {
  return t('Determines whether the entity is group content, i.e. it can be or is used as group content.');
}