ClassBasedInterface | 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 | Stores the validator's state during validation. |
GlobalExecutionContextInterface | Stores the node-independent state of a validation run. |
GroupSequenceProviderInterface | Defines the interface for a group sequence provider. |
MetadataFactoryInterface | Returns {@link MetadataInterface} instances for values. |
MetadataInterface | A container for validation metadata. |
ObjectInitializerInterface | Prepares an object for validation. |
PropertyMetadataContainerInterface | A container for {@link PropertyMetadataInterface} instances. |
PropertyMetadataInterface | A container for validation metadata of a property. |
ValidationVisitorInterface | Validates values against constraints defined in {@link MetadataInterface} instances. |
ValidatorBuilderInterface | A configurable builder for ValidatorInterface objects. |
ValidatorInterface | Validates values and graphs of objects and arrays. |
Please login to continue.