Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
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