This module enhances the entity deletion form by displaying information about existing references. It helps users understand where an entity is being used before it's deleted.
Synopsis
This module alters the `\Drupal\Core\Entity\ContentEntityDeleteForm` to add information about existing references to the entity.
Known problems
- The module does not include translations.
Similar projects and how they are different
- Entity Reference Delete: Automatically deletes referenced entities.
- Entity Usage: Tracks and displays more usages on an independent page viewable at any time.
- Track Usages: Similar to Entity Usage but with ideas from #3060802.
Dependencies
The sub-module entity_reference_delete_check_paragraph_url depends on Paragraphs and is used to provide the URL of the page where a paragraph is used. this is useful for entities which are referenced inside a paragraph.