protected property LayoutEntityDisplayNormalizer::$supportedInterfaceOrClass in Drupal 8
Same name and namespace in other branches
- 9 core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php \Drupal\layout_builder\Normalizer\LayoutEntityDisplayNormalizer::supportedInterfaceOrClass
- 10 core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php \Drupal\layout_builder\Normalizer\LayoutEntityDisplayNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides ConfigEntityNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ layout_builder/ src/ Normalizer/ LayoutEntityDisplayNormalizer.php, line 19
Class
- LayoutEntityDisplayNormalizer
- Normalizes/denormalizes LayoutEntityDisplay objects into an array structure.
Namespace
Drupal\layout_builder\NormalizerCode
protected $supportedInterfaceOrClass = LayoutEntityDisplayInterface::class;