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