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