Symfony\Component\Validator
Namespaces
Symfony\Component\Validator\ConstraintsSymfony\Component\Validator\ContextSymfony\Component\Validator\DataCollectorSymfony\Component\Validator\DependencyInjectionSymfony\Component\Validator\ExceptionSymfony\Component\Validator\MappingSymfony\Component\Validator\TestSymfony\Component\Validator\UtilSymfony\Component\Validator\ValidatorSymfony\Component\Validator\Violation
Classes
Contains the properties of a constraint definition.
Base class for constraint validators.
Default implementation of the ConstraintValidatorFactoryInterface.
Default implementation of {@ConstraintViolationInterface}.
Default implementation of {@ConstraintViolationListInterface}.
Uses a service container to create constraint validators.
Entry point for the Validator component.
The default implementation of {@link ValidatorBuilderInterface}.
Interfaces
Specifies an object able to return the correct ConstraintValidatorInterface
instance given a Constraint object.
A violation of a constraint that happened during validation.
A list of constraint violations.
Defines the interface for a group sequence provider.
Prepares an object for validation.
ValidatorBuilderInterface
deprecated
A configurable builder for ValidatorInterface objects.