You are here

protected property EntityReferenceLayoutItemNormalizer::$supportedInterfaceOrClass in Entity Reference with Layout 8

The interface or class that this Normalizer supports.

Type: string

Overrides EntityReferenceItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/EntityReferenceLayoutItemNormalizer.php, line 18

Class

EntityReferenceLayoutItemNormalizer
Defines a class for normalizing EntityReferenceLayoutItems.

Namespace

Drupal\entity_reference_layout\Normalizer

Code

protected $supportedInterfaceOrClass = EntityReferenceLayoutRevisioned::class;