You are here

function og_rules_events_argument_og_node in Organic groups 6

Same name and namespace in other branches
  1. 6.2 includes/og.rules.inc \og_rules_events_argument_og_node()

Handler to get the group node.

1 string reference to 'og_rules_events_argument_og_node'
og_rules_events_hook_og_arguments in includes/og.rules.inc
Describes the arguments available for the og_hook().

File

includes/og.rules.inc, line 71
Rules integration for the og module.

Code

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