Symfony\Component\Validator\Constraints |
Symfony\Component\Validator\Context |
Symfony\Component\Validator\Mapping |
Symfony\Component\Validator\Tests |
Symfony\Component\Validator\Validator |
Name | Description |
---|---|
ValidatorInterface | Validates values and graphs of objects and arrays. |
Name | Description |
---|---|
Constraint | Contains the properties of a constraint definition. |
ConstraintValidator | Base class for constraint validators. |
ConstraintViolation | Default implementation of {@ConstraintViolationInterface}. |
ConstraintViolationList | A list of ConstrainViolation objects. |
ExecutionContext | Stores the state of the current node in the validation graph. |
Validator | The default implementation of the ValidatorInterface. |