This project is not covered by Drupal’s security advisory policy.

Please use Trash instead
This module exist just because Trash don't have D8 version.

Development Intention:

We need uninstall multiversion from a Drupal8 site, But we still need trash function of it. The Trash didn't have a workable Drupal 8 version.
Notice:part of code is copied from the Trash

Difference with Trash

Trash add timestamp field for entity. Simple trash add boolen field for entity.

The number of lines of code in Trash is a fraction of the number in Simple trash

Trash's function is rich. But simple trash just has

  1. 'trash field'
  2. 'access control'
  3. 'restore/permanenet delete operation'

No other complicated function.

Base module: Simple Trash
Submodules:

  1. Simple Trash Node

Use Steps:

1. Enable the module simple_trash_node.

2. Enable the trash function in the edit page of a content type like

/admin/structure/types/manage/article.
enable simple trash function

3. Add a views page to list the trash entities:

You need add a filter field: trash for true.
ttt
qqq

AttachmentSize
QQ20250122-183215.png215.97 KB
QQ20250122-183443.png53.71 KB
QQ20250122-183533.png39.86 KB

Project information

Releases