node_view

Functions that call node_view()

Namesort iconLocationDescription
archive_pagemodules/archive.moduleMenu callback; lists all nodes posted on a given date.
blog_page_lastmodules/blog.moduleDisplays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
node_showmodules/node.moduleGenerate a page displaying a single node, along with its comments.
node_viewmodules/node.moduleGenerate a display of the given node.
queue_viewmodules/queue.moduleDisplay a queued node along with voting options for it.
taxonomy_render_nodesmodules/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.moduleDisplay a node preview for display during node creation and editing.

Functions called by node_view()

Namesort iconLocationDescription
array2objectincludes/common.incConvert an associative array to an anonymous object.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_hookmodules/node.moduleDetermine whether a node hook exists.
node_invokemodules/node.moduleInvoke a node hook.
node_invoke_nodeapimodules/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_preparemodules/node.moduleApply filters to a node in preparation for theming.
node_viewmodules/node.moduleGenerate a display of the given node.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.