node_build_content
Functions that call node_build_content()
| Name | Location | Description |
|---|---|---|
| book_node_export | modules/book/book.module | Generates printer-friendly HTML for a node. See alsobook_export_traverse() |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| node_build_content | modules/node/node.module | Builds a structured array representing the node's content. |
| node_search | modules/node/node.module | Implementation of hook_search(). |
| node_view | modules/node/node.module | Generate a display of the given node. |
| _node_index_node | modules/node/node.module | Index a single node. |
Functions called by node_build_content()
| Name | Location | Description |
|---|---|---|
| node_build_content | modules/node/node.module | Builds a structured array representing the node's content. |
| node_hook | modules/node/node.module | Determine whether a node hook exists. |
| node_invoke | modules/node/node.module | Invoke a node hook. |
| node_invoke_nodeapi | modules/node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_prepare | modules/node/node.module | Apply filters and build the node's standard elements. |
