You are here

protected property ValidJSONConstraintValidator::$serializer in JSON Field 8

The serializer which serializes the views result.

Type: \Symfony\Component\Serializer\Encoder\DecoderInterface

File

src/Plugin/Validation/Constraint/ValidJSONConstraintValidator.php, line 21

Class

ValidJSONConstraintValidator
Checks if JSON values are valid.

Namespace

Drupal\json_field\Plugin\Validation\Constraint

Code

protected $serializer;