protected property FieldCollectionItemNormalizer::$supportedInterfaceOrClass in Field collection 8
Same name and namespace in other branches
- 8.3 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\NormalizerCode
protected $supportedInterfaceOrClass = FieldCollection::class;