You are here

protected property EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php \Drupal\jsonapi\Normalizer\EntityAccessDeniedHttpExceptionNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides HttpExceptionNormalizer::$supportedInterfaceOrClass

File

core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php, line 29

Class

EntityAccessDeniedHttpExceptionNormalizer
Normalizes an EntityAccessDeniedException.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = EntityAccessDeniedHttpException::class;