interface ConstraintValidatorInterface
initialize(ExecutionContextInterface $context) Initializes the constraint validator. | ||
validate(mixed $value, Constraint $constraint) Checks if the passed value is valid. |
Initializes the constraint validator.
ExecutionContextInterface | $context | The current validation context |
Checks if the passed value is valid.
mixed | $value | The value that should be validated |
Constraint | $constraint | The constraint for the validation |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Validator/ConstraintValidatorInterface.html