protected property FieldNormalizer::$supportedInterfaceOrClass in JSON:API 8
Same name and namespace in other branches
- 8.2 src/Normalizer/FieldNormalizer.php \Drupal\jsonapi\Normalizer\FieldNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- src/
Normalizer/ FieldNormalizer.php, line 25
Class
- FieldNormalizer
- Converts the Drupal field structure to a JSON API array structure.
Namespace
Drupal\jsonapi\NormalizerCode
protected $supportedInterfaceOrClass = FieldItemListInterface::class;