interface LayoutEntityDisplayInterface
Provides an interface for entity displays that have layout.
Hierarchy
- interface \Drupal\Core\Entity\Display\EntityDisplayInterface extends \Drupal\Core\Config\Entity\ConfigEntityInterface \Drupal\Core\Entity\EntityWithPluginCollectionInterface; interface \Drupal\layout_builder\LayoutBuilderEnabledInterface; interface \Drupal\layout_builder\LayoutBuilderOverridableInterface; interface \Drupal\layout_builder\SectionListInterface extends \Drupal\layout_builder\Countable
- interface \Drupal\layout_builder\Entity\LayoutEntityDisplayInterface extends \Drupal\Core\Entity\Display\EntityDisplayInterface \Drupal\layout_builder\SectionListInterface \Drupal\layout_builder\LayoutBuilderEnabledInterface \Drupal\layout_builder\LayoutBuilderOverridableInterface
Expanded class hierarchy of LayoutEntityDisplayInterface
All classes that implement LayoutEntityDisplayInterface
5 files declare their use of LayoutEntityDisplayInterface
- DefaultsEntityForm.php in core/
modules/ layout_builder/ src/ Form/ DefaultsEntityForm.php - LayoutBuilderEntityViewDisplayForm.php in core/
modules/ layout_builder/ src/ Form/ LayoutBuilderEntityViewDisplayForm.php - LayoutBuilderIsActiveCacheContext.php in core/
modules/ layout_builder/ src/ Cache/ LayoutBuilderIsActiveCacheContext.php - LayoutEntityDisplayNormalizer.php in core/
modules/ layout_builder/ src/ Normalizer/ LayoutEntityDisplayNormalizer.php - LayoutEntityHelperTrait.php in core/
modules/ layout_builder/ src/ LayoutEntityHelperTrait.php
File
-
core/
modules/ layout_builder/ src/ Entity/ LayoutEntityDisplayInterface.php, line 13
Namespace
Drupal\layout_builder\EntityView source
interface LayoutEntityDisplayInterface extends EntityDisplayInterface, SectionListInterface, LayoutBuilderEnabledInterface, LayoutBuilderOverridableInterface {
}