protected property HttpExceptionNormalizer::$supportedInterfaceOrClass in JSON:API 8
Same name and namespace in other branches
- 8.2 src/Normalizer/HttpExceptionNormalizer.php \Drupal\jsonapi\Normalizer\HttpExceptionNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- src/
Normalizer/ HttpExceptionNormalizer.php, line 28
Class
- HttpExceptionNormalizer
- Normalizes an HttpException in compliance with the JSON API specification.
Namespace
Drupal\jsonapi\NormalizerCode
protected $supportedInterfaceOrClass = HttpException::class;