You are here

protected property UnprocessableHttpEntityExceptionNormalizer::$supportedInterfaceOrClass in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php \Drupal\jsonapi\Normalizer\UnprocessableHttpEntityExceptionNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides HttpExceptionNormalizer::$supportedInterfaceOrClass

File

src/Normalizer/UnprocessableHttpEntityExceptionNormalizer.php, line 27

Class

UnprocessableHttpEntityExceptionNormalizer
Normalizes and UnprocessableHttpEntityException.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $supportedInterfaceOrClass = UnprocessableHttpEntityException::class;