function flag_node::get_relevant_action_objects in Flag 6
Same name and namespace in other branches
- 5 flag.inc \flag_node::get_relevant_action_objects()
 - 6.2 flag.inc \flag_node::get_relevant_action_objects()
 
File
- ./
flag.inc, line 934  - Implements various flags. Uses object oriented style inspired by that of Views 2.
 
Class
- flag_node
 - Implements a node flag.
 
Code
function get_relevant_action_objects($content_id) {
  return array(
    'node' => $this
      ->fetch_content($content_id),
  );
}