- Issue created by @godotislate
Config entity definitions were converted to use attribute discovery in 📌 Convert entity type discovery to PHP attributes Needs review . This introduced the `#[ConfigEntityType]` attribute, and EntityType plugin properties can be set in the attribute constructor. However, there are properties defined in the base EntityType plugin definition that really only apply to content entities and not to config entities. Several properties not needed for config entity type definitions were excluded from the ConfigEntityType attribute constructor. This issue is to confirm whether the remaining constructor arguments apply to config entity types and to remove any others that aren't.
Check to see whether contructor arguments/properties in ConfigEntityType attribute actually apply to config entity types and remove any that are not.
Active
11.0 🔥
entity system