- Issue created by @joachim
- First commit to issue fork.
EntityFieldManager invokes the base field hooks before it loads base_field_override config entities, so anything in the base_field_override overrides the base field hooks.
However, EntityFieldManager invokes the bundle field hooks after base_field_override config entities have been applied, so these hooks can override and alter the base_field_override config entities.
This should all be documented in the docs for these hooks.