This module provides a trash can for your Drupal site, allowing you to recover accidentally deleted content like nodes, users, and taxonomy terms. It stores deleted items so you can view, filter, restore, or permanently remove them.
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.