You are here

protected property LayoutEntityDisplayNormalizer::$supportedInterfaceOrClass in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Normalizer/LayoutEntityDisplayNormalizer.php \Drupal\layout_builder\Normalizer\LayoutEntityDisplayNormalizer::supportedInterfaceOrClass
  2. 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\Normalizer

Code

protected $supportedInterfaceOrClass = LayoutEntityDisplayInterface::class;