Functions in Bulk Delete 6
Primary tabs
Name | Location | Description | Direct uses | Strings |
---|---|---|---|---|
bulkdelete_form |
./ |
1 | ||
bulkdelete_form_submit |
./ |
|||
bulkdelete_menu |
./ |
Implementation of hook_menu(). | ||
bulkdelete_node_delete_quick |
./ |
Qucikly delete nodes. The trick is to avoid node_delete() that fully loads a node in advance. We try to discover all implementations of hook_delete(). | 1 | |
bulkdelete_node_delete_standard |
./ |
Use the core API to delete the nodes. | 1 |