You are here

protected property FieldCollectionItemNormalizer::$supportedInterfaceOrClass in Field collection 8.3

Same name and namespace in other branches
  1. 8 src/Normalizer/FieldCollectionItemNormalizer.php \Drupal\field_collection\Normalizer\FieldCollectionItemNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides ComplexDataNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/FieldCollectionItemNormalizer.php, line 18

Class

FieldCollectionItemNormalizer
Adds field collection items to field collections.

Namespace

Drupal\field_collection\Normalizer

Code

protected $supportedInterfaceOrClass = FieldCollection::class;