You are here

function og_workflow_ng_events_argument_og_node in Organic groups 5.7

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

handler to get node

1 string reference to 'og_workflow_ng_events_argument_og_node'
og_workflow_ng_events_hook_og_arguments in ./og_workflow_ng.inc
Describes the arguments available for the og hook

File

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

Code

function og_workflow_ng_events_argument_og_node($uid, $gid) {
  return node_load($gid);
}