Entity Reference Integrity
Categories
Component ID
2829872
Component name
Entity Reference Integrity
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1596
Component created
Component changed
Component body
Entity Reference Integrity is a module that allows you to find out which other entities reference a given entity. The base module comes with a service that allows you to query Drupal for this information. If you are a developer you may use this base module simply for the services it provides.
A sub-module "Entity Reference Integrity Enforce" allows you to configure which entity types are "protected" then will attempt to stop that entity from being deleted if any other entities reference it. This is helpful for preserving the integrity of your entity reference fields and stopping dangling references which can cause all sorts of other issues.


