protected property DataNormalizer::$supportedInterfaceOrClass in Drupal 8
Same name and namespace in other branches
- 9 core/modules/jsonapi/src/Normalizer/DataNormalizer.php \Drupal\jsonapi\Normalizer\DataNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- core/
modules/ jsonapi/ src/ Normalizer/ DataNormalizer.php, line 18
Class
- DataNormalizer
- Normalizes JSON:API Data objects.
Namespace
Drupal\jsonapi\NormalizerCode
protected $supportedInterfaceOrClass = Data::class;