node_save

Functions that call node_save()

Namesort iconLocationDescription
blogapi_blogger_edit_postblogapi/blogapi.moduleBlogging API callback. Modifies the specified blog node.
blogapi_blogger_new_postblogapi/blogapi.moduleBlogging API callback. Inserts a new blog post as a node.
blogapi_mt_set_post_categoriesblogapi/blogapi.moduleBlogging API callback. Assigns taxonomy terms to a particular node.
blogap_mti_publish_postblogapi/blogapi.moduleBlogging API callback. Publishes the given node
node_savenode/node.moduleSave a node object into the database.

Functions called by node_save()

Namesort iconLocationDescription
node_access_acquire_grantsnode/node.moduleThis function will call module invoke to get a list of grants and then write them to the database. It is called at node save, and should be called by modules whenever something other than a node_save causes the permissions on a node to change.
node_invokenode/node.moduleInvoke a node hook.
node_invoke_nodeapinode/node.moduleInvoke a hook_nodeapi() operation in all modules.
node_loadnode/node.moduleLoad a node object from the database.
node_savenode/node.moduleSave a node object into the database.