You are here

protected property ResourceResponseValidator::$schemaFactory in JSON:API 8

Same name and namespace in other branches
  1. 8.2 src/EventSubscriber/ResourceResponseValidator.php \Drupal\jsonapi\EventSubscriber\ResourceResponseValidator::schemaFactory

The schemata schema factory.

This property will only be set if the schemata module is installed.

Type: \Drupal\schemata\SchemaFactory|null

File

src/EventSubscriber/ResourceResponseValidator.php, line 60

Class

ResourceResponseValidator
Response subscriber that validates a JSON API response.

Namespace

Drupal\jsonapi\EventSubscriber

Code

protected $schemaFactory;