- Issue created by @mglaman
\Drupal\Core\DefaultContent\PreImportEvent allows skipping content but nothing else. Having an event fired after $this->toEntity before validation would be great. So ImportEntityEvent? so things can do stuff before validating
Example: XB stores target_id in its component tree, not UUID. Probably other things do this too. So target IDs need to be fixed in dumps if the DefaultContent API's UUID -> ID resolution cannot be fully used
Dispatch ImportEntityEvent per-entity once populated and before validation
Active
11.0 π₯
default content system