ContextualValidatorInterface |
vendor/symfony/validator/Validator/ContextualValidatorInterface.php |
A validator in a specific execution context. |
LegacyValidator |
vendor/symfony/validator/Validator/LegacyValidator.php |
A validator that supports both the API of Symfony < 2.5 and Symfony 2.5+. |
RecursiveContextualValidator |
vendor/symfony/validator/Validator/RecursiveContextualValidator.php |
Recursive implementation of {@link ContextualValidatorInterface}. |
RecursiveValidator |
vendor/symfony/validator/Validator/RecursiveValidator.php |
Recursive implementation of {@link ValidatorInterface}. |
ValidatorInterface |
vendor/symfony/validator/Validator/ValidatorInterface.php |
Validates PHP values against constraints. |