protected property ResourceResponseValidator::$validator in JSON:API 8
Same name and namespace in other branches
- 8.2 src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::validator
The schema validator.
This property will only be set if the validator library is available.
Type: \JsonSchema\Validator|null
File
- src/
EventSubscriber/ ResourceResponseValidator.php, line 51
Class
- ResourceResponseValidator
- Response subscriber that validates a JSON API response.
Namespace
Drupal\jsonapi\EventSubscriberCode
protected $validator;