21 functions implement hook_delete()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- actions_delete in drupal-6.x/
includes/ actions.inc - Delete a single action from the database.
- block_box_delete in drupal-6.x/
modules/ block/ block.admin.inc - Menu callback; confirm deletion of custom blocks.
- comment_confirm_delete in drupal-6.x/
modules/ comment/ comment.admin.inc - Form builder; Builds the confirmation form for deleting a single comment.
- comment_delete in drupal-6.x/
modules/ comment/ comment.admin.inc - Menu callback; delete a comment.
- contact_admin_delete in drupal-6.x/
modules/ contact/ contact.admin.inc - Category delete page.
- file_delete in drupal-6.x/
includes/ file.inc - Delete a file.
- filter_admin_delete in drupal-6.x/
modules/ filter/ filter.admin.inc - Menu callback; confirm deletion of a format.
- forum_confirm_delete in drupal-6.x/
modules/ forum/ forum.admin.inc - Returns a confirmation page for deleting a forum taxonomy term.
- menu_link_delete in drupal-6.x/
includes/ menu.inc - Delete one or several menu links.
- node_delete in drupal-6.x/
modules/ node/ node.module - Delete a node.
- node_type_delete in drupal-6.x/
modules/ node/ node.module - Deletes a node type from the database.
- path_admin_delete in drupal-6.x/
modules/ path/ path.module - Post-confirmation; delete an URL alias.
- poll_delete in drupal-6.x/
modules/ poll/ poll.module - Implementation of hook_delete().
- profile_field_delete in drupal-6.x/
modules/ profile/ profile.admin.inc - Menu callback; deletes a field from all user profiles.
- taxonomy_node_delete in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Remove associations of a node to its terms.
- taxonomy_term_confirm_delete in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Form builder for the term delete form.
- taxonomy_vocabulary_confirm_delete in drupal-6.x/
modules/ taxonomy/ taxonomy.admin.inc - Form builder for the vocabulary delete confirmation form.
- trigger_actions_delete in drupal-6.x/
modules/ trigger/ trigger.module - Implementation of hook_actions_delete().
- upload_delete in drupal-6.x/
modules/ upload/ upload.module - user_confirm_delete in drupal-6.x/
modules/ user/ user.pages.inc - Form builder; confirm form for user deletion.
- user_delete in drupal-6.x/
modules/ user/ user.module - Delete a user.