protected property EntityReferenceFieldNormalizer::$supportedInterfaceOrClass in JSON:API 8
Same name and namespace in other branches
- 8.2 src/Normalizer/EntityReferenceFieldNormalizer.php \Drupal\jsonapi\Normalizer\EntityReferenceFieldNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides FieldNormalizer::$supportedInterfaceOrClass
File
- src/
Normalizer/ EntityReferenceFieldNormalizer.php, line 29
Class
- EntityReferenceFieldNormalizer
- Normalizer class specific for entity reference field objects.
Namespace
Drupal\jsonapi\NormalizerCode
protected $supportedInterfaceOrClass = EntityReferenceFieldItemListInterface::class;