You are here

protected property WebformEntityReferenceItemNormalizer::$supportedInterfaceOrClass in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Normalizer/WebformEntityReferenceItemNormalizer.php \Drupal\webform\Normalizer\WebformEntityReferenceItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides EntityReferenceItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/WebformEntityReferenceItemNormalizer.php, line 18

Class

WebformEntityReferenceItemNormalizer
Defines a class for normalizing WebformEntityReferenceItems.

Namespace

Drupal\webform\Normalizer

Code

protected $supportedInterfaceOrClass = WebformEntityReferenceItem::class;