node_load

Functions that call node_load()

Namesort iconLocationDescription
archive_pagemodules/archive.moduleMenu callback; lists all nodes posted on a given date.
blogapi_blogger_edit_postmodules/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_get_postmodules/blogapi.moduleBlogging API callback. Returns a specified blog node.
blogapi_mt_set_post_categoriesmodules/blogapi.moduleBlogging API callback. Assigns taxonomy terms to a particular node.
blogap_mti_publish_postmodules/blogapi.moduleBlogging API callback. Publishes the given node
blog_formmodules/blog.moduleImplementation of hook_form().
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.
book_admin_editmodules/book.moduleDisplay an administrative view of the hierarchy of a book.
book_admin_orphanmodules/book.moduleMenu callback; displays a listing of all orphaned book pages.
book_export_htmlmodules/book.moduleThis function is called by book_export() to generate HTML for export.
book_outlinemodules/book.moduleImplementation of function book_outline() Handles all book outline operations.
book_outline_submitmodules/book.moduleHandles book outline form submissions.
book_recursemodules/book.moduleTraverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated...
comment_menumodules/comment.moduleImplementation of hook_menu().
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
hook_update_indexdeveloper/hooks/core.phpUpdate Drupal's full-text index for this module.
node_deletemodules/node.moduleDelete a node.
node_delete_confirmmodules/node.moduleMenu callback -- ask for confirmation of node deletion
node_feedmodules/node.moduleA generic function for generating RSS feeds from a set of nodes.
node_loadmodules/node.moduleLoad a node object from the database.
node_menumodules/node.moduleImplementation of hook_menu().
node_pagemodules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_page_defaultmodules/node.moduleGenerate a listing of promoted nodes.
node_revisionsmodules/node.moduleMenu callback for revisions related activities.
node_revision_deletemodules/node.moduleDelete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_revertmodules/node.moduleRevert to the revision with the specified revision number. A node and nodeapi "update" event is triggered (via the node_save() call) when a revision is reverted.
node_savemodules/node.moduleSave a node object into the database.
node_searchmodules/node.moduleImplementation of hook_search().
node_update_indexmodules/node.moduleImplementation of hook_update_index().
phptemplate_pagethemes/engines/phptemplate/phptemplate.enginePrepare the values passed to the theme_page function to be passed into a pluggable template engine.
poll_blockmodules/poll.moduleImplementation of hook_block().
poll_menumodules/poll.moduleImplementation of hook_menu().
poll_resultsmodules/poll.moduleCallback for the 'results' tab for polls you can vote on
poll_votemodules/poll.moduleCallback for processing a vote
profile_blockmodules/profile.moduleImplementation of hook_block().
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.

Functions called by node_load()

Namesort iconLocationDescription
db_escape_stringincludes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.incRuns a basic query in the active database.
drupal_cloneincludes/common.incProvide a substitute clone() function for PHP4.
node_invokemodules/node.moduleInvoke a node hook.
node_invoke_nodeapimodules/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_loadmodules/node.moduleLoad a node object from the database.
 
 

Drupal is a registered trademark of Dries Buytaert.