By berdir on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Introduced in version:
Issue links:
Description:
After EntityType is now a domain object, the entityInfo() method on EntityInterface returned an EntityTypeInterface and entityType() a string.
To solve the naming problem, entityInfo() has been renamed to getEntityType() and entityType() was renamed to getEntityTypeId().:
The protected properties in all implementations of those classes have been renamed accordingly.
Impacts:
Site builders, administrators, editors