You are here

function og_workflow_ng_condition_content_is_group in Organic groups 5.3

Same name and namespace in other branches
  1. 5.8 og_workflow_ng.inc \og_workflow_ng_condition_content_is_group()
  2. 5 og_workflow_ng.inc \og_workflow_ng_condition_content_is_group()

Condition: Content is a group.

File

./og_workflow_ng.inc, line 177
workflow_ng integration for og module.

Code

function og_workflow_ng_condition_content_is_group($node, $settings) {
  return og_is_group_type($node->type);
}