trash_manager
1 sites
No security coverage
The Trash Manager module adds a soft-delete mechanism to Drupal.
Whenever a content entity is deleted (nodes, taxonomy terms, users, media, etc.), the module stores a snapshot of the entity’s data in a custom database table instead of fully removing it.
Administrators can then:
View all deleted items in a dedicated Trash Manager page.
Filter deleted items by entity type (Node, User, Media, Taxonomy, etc.)
Restore deleted entities
Permanently remove items from the recycle bin
This module is intended as a safety net to protect against accidental content deletion.