You are here

protected property ResourceResponseValidator::$logger in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::logger
  2. 10 core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::logger

The JSON:API logger channel.

Type: \Psr\Log\LoggerInterface

File

core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php, line 35

Class

ResourceResponseValidator
Response subscriber that validates a JSON:API response.

Namespace

Drupal\jsonapi\EventSubscriber

Code

protected $logger;