Change record status: 
Project: 
Introduced in branch: 
8.0.x
Introduced in version: 
8.0
Description: 

FieldableEntityInterface got separated out of ContentEntityInterface. Code which is related to fieldable entities and does not require some of the additional capabilities of content entities (translatibility or revisionablity) should type-hint to the new interface.

Some methods got changed to type-hint to FieldableEntityInterface instead of ContentEntityInterface. Classes implementing or overriding those methods must adapt to the new type-hint:

  • EntityViewDisplayInterface::build()
  • EntityViewDisplayInterface::build()
  • FieldDefinitionInterface::getDefaultValue()
  • FieldStorageDefinitionInterface::getOptionsProvider
  • FieldItemListInterface::processDefaultValue()
  • CommentLinkBuilderInterface::buildCommentedEntityLinks()
  • CommentStatisticsInterface::create()
  • CommentStorageInterface::getNewCommentPageNumber()
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done