Active
Project:
Entity Usage
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2026 at 16:11 UTC
Updated:
24 Jun 2026 at 16:11 UTC
Jump to comment: Most recent
If a module that provided an entity usage type plugin is uninstalled we don't remove rows from the entity usage table that use this plugin. That can cause problems, eg. in \Drupal\entity_usage\EntityUpdateManager::trackUpdateOnEdition() we use the method from the database without checking whether the method is still configured and existing.
Comments