You are here

protected property HttpExceptionNormalizer::$currentUser in Drupal 8

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

The current user making the request.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/jsonapi/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;