You are here

protected property HttpExceptionNormalizer::$currentUser in JSON:API 8.2

Same name and namespace in other branches
  1. 8 src/Normalizer/HttpExceptionNormalizer.php \Drupal\jsonapi\Normalizer\HttpExceptionNormalizer::currentUser

The current user making the request.

Type: \Drupal\Core\Session\AccountInterface

File

src/Normalizer/HttpExceptionNormalizer.php, line 36

Class

HttpExceptionNormalizer
Normalizes an HttpException in compliance with the JSON:API specification.

Namespace

Drupal\jsonapi\Normalizer

Code

protected $currentUser;