You are here

protected property JsonBlueprintDenormalizer::$validator in Subrequests 8.2

Same name and namespace in other branches
  1. 3.x src/Normalizer/JsonBlueprintDenormalizer.php \Drupal\subrequests\Normalizer\JsonBlueprintDenormalizer::validator

The schema validator.

This property will only be set if the validator library is available.

Type: \JsonSchema\Validator|null

File

src/Normalizer/JsonBlueprintDenormalizer.php, line 41

Class

JsonBlueprintDenormalizer
Denormalizer that builds the blueprint based on the incoming blueprint.

Namespace

Drupal\subrequests\Normalizer

Code

protected $validator;