Port the module to Drupal 8.

Comments

hey_germano created an issue.

hey_germano’s picture

Basic functionality is in place and committed to the 8.x-1.x branch:

* Admins can flag nodes/users/terms as Test content.
* Admins can view lists of test content.
* Admins can delete test content from the list pages.
* Module help page (/admin/help/test_entity_flag).
* Admins can set a test flag on a media entity (image, document, etc).
* Admins can set the default value of the test flag on a per-bundle basis.

To do:
* Admins can bulk delete test taxonomy terms. (Currently we just have a "delete" link with each term in the list. I think this needs a custom VBO action.)
* As a developer, if I create content with Devel generate, this is flagged as Test content.