You are here

12 calls to node_invoke_nodeapi() in Drupal 4

book_node_visitor_html_pre in modules/book.module
Generates printer-friendly HTML for a node. This function is a 'pre-node' visitor function for book_recurse().
node_delete in modules/node.module
Delete a node.
node_feed in modules/node.module
A generic function for generating RSS feeds from a set of nodes.
node_load in modules/node.module
Load a node object from the database.
node_object_prepare in modules/node.module
node_revision_delete_confirm_submit in modules/node.module
node_save in modules/node.module
Save a node object into the database.
node_search in modules/node.module
Implementation of hook_search().
node_submit in modules/node.module
Prepare node for save and allow modules to make changes.
node_update_index in modules/node.module
Implementation of hook_update_index().
node_validate in modules/node.module
Perform validation checks on the given node.
node_view in modules/node.module
Generate a display of the given node.