function nodehierarchy_get_node_descendant_count in Node Hierarchy 7.4
Count the descendants of the given node.
File
- ./
nodehierarchy.api.inc, line 138 - API functions for Node Hierarchy
Code
function nodehierarchy_get_node_descendant_count($pnid) {
// @TODO: implement this.
return 0;
}