node_view

Functions that call node_view()

Namesort iconLocationDescription
blog_page_lastmodules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
comment_replymodules/comment/comment.moduleThis function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_showmodules/node/node.moduleGenerate a page displaying a single node, along with its comments.
node_viewmodules/node/node.moduleGenerate a display of the given node.
taxonomy_render_nodesmodules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
theme_node_previewmodules/node/node.moduleDisplay a node preview for display during node creation and editing.

Functions called by node_view()

Namesort iconLocationDescription
drupal_renderincludes/common.incRenders HTML given a structured array tree. Recursively iterates over each of the array elements, generating HTML code. This function is usually called from within a another function, like drupal_get_form() or node_view().
module_implementsincludes/module.incDetermine which modules are implementing a hook.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_build_contentmodules/node/node.moduleBuilds a structured array representing the node's content.
node_invoke_nodeapimodules/node/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_viewmodules/node/node.moduleGenerate a display of the given node.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
 
 

Drupal is a registered trademark of Dries Buytaert.