protected property HttpExceptionNormalizer::$currentUser in Drupal 9
Same name and namespace in other branches
- 8 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\NormalizerCode
protected $currentUser;