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