You are here

Functions in User Delete 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
user_delete_access ./user_delete.module Create a custom acces control function to verify if a user has access to the user/%/delete menu entry. 2
user_delete_cancel ./user_delete.module Cancel a user account. This function is the Drupal 6 version of user_cancel 3
user_delete_cancel_confirm ./user_delete.module Menu callback; Cancel a user account via e-mail confirmation link. 1
user_delete_cancel_methods ./user_delete.module Helper function to return available account cancellation methods. 2
user_delete_cancel_url ./user_delete.module Generate a URL to confirm an account cancellation request. 1
user_delete_comment_cancel ./user_delete.module Mimics hook_user_cancel() for comment module. 1
user_delete_comment_mass_delete ./user_delete.module Make mass delete of comments 1
user_delete_comment_mass_update ./user_delete.module Make mass update of comments, changing all comments in the $comments array to update them with the field values in $updates. 1
user_delete_confirm_form_submit ./user_delete.module Submit handler for the account cancellation confirm form. 1 1
user_delete_form_alter ./user_delete.module Implementation of hook_form_alter().
user_delete_install ./user_delete.install Implementation of hook_install().
user_delete_mail_alter ./user_delete.module Implements hook_mail_alter().
user_delete_menu ./user_delete.module Implementation of hook_menu().
user_delete_menu_alter ./user_delete.module Implementation of hook_menu_alter().
user_delete_multiple_confirm_submit ./user_delete.module Submit handler for mass-account cancellation form. 1
user_delete_node_cancel ./user_delete.module Mimics hook_user_cancel() for node module. 1
user_delete_node_mass_delete ./user_delete.module Make mass deletion of nodes. 1
user_delete_node_mass_update ./user_delete.module Make mass update of nodes, changing all nodes in the $nodes array to update them with the field values in $updates. 1
user_delete_perm ./user_delete.module Implementation of hook_perm().
user_delete_settings ./user_delete.admin.inc Administrative settings page 1
user_delete_uninstall ./user_delete.install Implementation of hook_uninstall(). @TODO: Not yet implemented.
user_delete_user_cancel ./user_delete.module Implements hook_user_cancel();
_user_delete_cancel ./user_delete.module Last batch processing step for cancelling a user account. 1
_user_delete_comment_delete_thread ./user_delete.module Perform the actual deletion of a comment and all its replies. 1
_user_delete_comment_load ./user_delete.module 2
_user_delete_comment_mass_delete_batch_finished ./user_delete.module Comment Mass Update Batch 'finished' callback. 1
_user_delete_comment_mass_delete_batch_process ./user_delete.module comment Mass Update Batch operation 1
_user_delete_comment_mass_delete_helper ./user_delete.module comment Mass Update - helper function. 2
_user_delete_comment_mass_update_batch_finished ./user_delete.module Comment Mass Update Batch 'finished' callback. 1
_user_delete_comment_mass_update_batch_process ./user_delete.module comment Mass Update Batch operation 1
_user_delete_comment_mass_update_helper ./user_delete.module comment Mass Update - helper function. 2
_user_delete_comment_save ./user_delete.module 1
_user_delete_mail_text ./user_delete.admin.inc Return subject and body strings for default _user_mail_notify function. 1
_user_delete_node_delete ./user_delete.module Delete a node without user access. 1
_user_delete_node_mass_delete_batch_finished ./user_delete.module Node Mass Delete Batch 'finished' callback. 1
_user_delete_node_mass_delete_batch_process ./user_delete.module Node Mass Delete Batch operation 1
_user_delete_node_mass_delete_helper ./user_delete.module Node Mass Delete - helper function. 2
_user_delete_node_mass_update_batch_finished ./user_delete.module Node Mass Update Batch 'finished' callback. 1
_user_delete_node_mass_update_batch_process ./user_delete.module Node Mass Update Batch operation 1
_user_delete_node_mass_update_helper ./user_delete.module Node Mass Update - helper function. 2

Other projects