You are here

function community_tags_rules_argument_handler_ctag in Community Tags 6.2

1 string reference to 'community_tags_rules_argument_handler_ctag'
community_tags_rules_rules_event_info in community_tags_rules/community_tags_rules.rules.inc
Implementation of hook_rules_event_info().

File

community_tags_rules/community_tags_rules.rules.inc, line 39
community_tags_rules.rules.inc

Code

function community_tags_rules_argument_handler_ctag($user, $node, $term) {
  return _community_tags_get_tag($node->nid, $term->tid, $user->uid);
}