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

As of #3043825: Create an interface for LayoutBuilderSampleEntityGenerator, \Drupal\layout_builder\Entity\LayoutBuilderSampleEntityGenerator now implements a new interface, \Drupal\layout_builder\Entity\SampleEntityGeneratorInterface. If you have any code which uses LayoutBuilderSampleEntityGenerator, you should instead use SampleEntityGeneratorInterface and call only its public methods.

Impacts: 
Module developers