You are here

Functions in Revision Deletion 5

Primary tabs

Namesort descending Location Description Direct uses Strings
revision_deletion_auto_form ./revision_deletion.module Get the list of revisions to auto-delete. 2
revision_deletion_auto_form_submit ./revision_deletion.module Handle submit of the form to list all auto-delete eligible revisions.
revision_deletion_cron ./revision_deletion.module Implementation of hook_cron().
revision_deletion_delete_rev ./revision_deletion.module Implementation of revision_deletion_delete_rev(). Borrows heavily from the node.module api function to delete revisions, with some of the checks and messages removed. No check to make sure we are not deleting the current node revision. That is covered… 2
revision_deletion_get_list ./revision_deletion.module Get the list of revisions to delete. 3
revision_deletion_help ./revision_deletion.module Implementation of hook_help().
revision_deletion_list ./revision_deletion.module List all revisions of a node so they can be deleted manually. 1
revision_deletion_list_form ./revision_deletion.module Form to list all revisions of a node. 1
revision_deletion_list_form_submit ./revision_deletion.module Handle submission of form to list all revisions of a node. 1
revision_deletion_menu ./revision_deletion.module Implementation of hook_menu().
revision_deletion_perm ./revision_deletion.module Implementation of hook_perm().
revision_deletion_settings ./revision_deletion.module 1
revision_deletion_settings_page ./revision_deletion.module 1
revision_deletion_settings_reset ./revision_deletion.module Settings form reset. 1
revision_deletion_settings_submit ./revision_deletion.module Settings form submission.
theme_revision_deletion_auto_form ./revision_deletion.module Theme the form to list all auto-delete eligible revisions.
theme_revision_deletion_list_form ./revision_deletion.module Theme the form to list all revisions of a node.

Other projects