Symfony\Component\Validator
Namespaces
Symfony\Component\Validator\ConstraintsSymfony\Component\Validator\ContextSymfony\Component\Validator\ExceptionSymfony\Component\Validator\MappingSymfony\Component\Validator\UtilSymfony\Component\Validator\ValidatorSymfony\Component\Validator\Violation
Classes
Constraint | Contains the properties of a constraint definition. |
ConstraintValidator | Base class for constraint validators |
ConstraintValidatorFactory | Default implementation of the ConstraintValidatorFactoryInterface. |
ConstraintViolation | Default implementation of {@ConstraintViolationInterface}. |
ConstraintViolationList | Default implementation of {@ConstraintViolationListInterface}. |
DefaultTranslator | Simple translator implementation that simply replaces the parameters in the message IDs. |
ExecutionContext deprecated | Default implementation of {@link ExecutionContextInterface}. |
Validation | Entry point for the Validator component. |
ValidationVisitor deprecated | Default implementation of {@link ValidationVisitorInterface} and {@link GlobalExecutionContextInterface}. |
Validator deprecated | Default implementation of {@link ValidatorInterface}. |
ValidatorBuilder | The default implementation of {@link ValidatorBuilderInterface}. |
Interfaces
ClassBasedInterface deprecated | An object backed by a PHP class. |
ConstraintValidatorFactoryInterface | Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constraint object. |
ConstraintValidatorInterface | |
ConstraintViolationInterface | A violation of a constraint that happened during validation. |
ConstraintViolationListInterface | A list of constraint violations. |
ExecutionContextInterface deprecated | Stores the validator's state during validation. |
GlobalExecutionContextInterface deprecated | Stores the node-independent state of a validation run. |
GroupSequenceProviderInterface | Defines the interface for a group sequence provider. |
MetadataFactoryInterface deprecated | Returns {@link MetadataInterface} instances for values. |
MetadataInterface deprecated | A container for validation metadata. |
ObjectInitializerInterface | Prepares an object for validation. |
PropertyMetadataContainerInterface deprecated | A container for {@link PropertyMetadataInterface} instances. |
PropertyMetadataInterface deprecated | A container for validation metadata of a property. |
ValidationVisitorInterface deprecated | Validates values against constraints defined in {@link MetadataInterface} instances. |
ValidatorBuilderInterface | A configurable builder for ValidatorInterface objects. |
ValidatorInterface deprecated | Validates values and graphs of objects and arrays. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Validator.html