| Name | Location | Description |
|---|---|---|
| blogapi_blogger_edit_post | blogapi/blogapi.module | Blogging API callback. Modifies the specified blog node. |
| blogapi_blogger_new_post | blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blogapi_mt_set_post_categories | blogapi/blogapi.module | Blogging API callback. Assigns taxonomy terms to a particular node. |
| blogap_mti_publish_post | blogapi/blogapi.module | Blogging API callback. Publishes the given node |
| node_save | node/node.module | Save a node object into the database. |
| Name | Location | Description |
|---|---|---|
| node_access_acquire_grants | node/node.module | This 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_invoke | node/node.module | Invoke a node hook. |
| node_invoke_nodeapi | node/node.module | Invoke a hook_nodeapi() operation in all modules. |
| node_load | node/node.module | Load a node object from the database. |
| node_save | node/node.module | Save a node object into the database. |