node_delete

Functions that call node_delete()

Namesort iconLocationDescription
blogapi_blogger_delete_postmodules/blogapi.moduleBlogging API callback. Removes the specified blog node.
forum_taxonomymodules/forum.moduleImplementation of hook_taxonomy().
node_deletemodules/node.moduleDelete a node.
node_delete_confirm_submitmodules/node.moduleExecute node deletion

Functions called by node_delete()

Namesort iconLocationDescription
cache_clear_allincludes/bootstrap.incExpire data from the cache.
db_queryincludes/database.incRuns a basic query in the active database.
drupal_set_messageincludes/bootstrap.incSet a message which reflects the status of the performed operation.
node_accessmodules/node.moduleDetermine whether the current user may perform the given operation on the specified node.
node_deletemodules/node.moduleDelete a node.
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.
search_wipemodules/search.moduleWipes a part of or the entire search index.
tincludes/common.incTranslate strings to the current locale.
themeincludes/theme.incGenerate the themed representation of a Drupal object.
watchdogincludes/bootstrap.incLog a system message.
 
 

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.