function flag_rules_get_event_argument in Flag 6
Same name and namespace in other branches
- 6.2 includes/flag.rules.inc \flag_rules_get_event_argument()
Argument handler: Fetches the flags content for use with rules.
3 string references to 'flag_rules_get_event_argument'
File
- includes/
flag.rules.inc, line 121 - flag.rules.inc Rules integration for the Flag module.
Code
function flag_rules_get_event_argument($flag, $content_id, $account) {
return $flag
->fetch_content($content_id);
}