You are here

protected property ViewfieldNormalizer::$supportedInterfaceOrClass in Viewfield 8.3

The interface or class that this Normalizer supports.

Type: string|array

Overrides EntityReferenceItemNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/ViewfieldNormalizer.php, line 15

Class

ViewfieldNormalizer
A normalizer to handle Viewfiled fields.

Namespace

Drupal\viewfield\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\viewfield\\Plugin\\Field\\FieldType\\ViewfieldItem';