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