You are here

namespace Symfony\Component\Validator in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\Validator
Classsort descending Location Description
ClassBasedInterface vendor/symfony/validator/ClassBasedInterface.php An object backed by a PHP class.
Constraint vendor/symfony/validator/Constraint.php Contains the properties of a constraint definition.
ConstraintValidator vendor/symfony/validator/ConstraintValidator.php Base class for constraint validators.
ConstraintValidatorFactory vendor/symfony/validator/ConstraintValidatorFactory.php Default implementation of the ConstraintValidatorFactoryInterface.
ConstraintValidatorFactoryInterface vendor/symfony/validator/ConstraintValidatorFactoryInterface.php Specifies an object able to return the correct ConstraintValidatorInterface instance given a Constraint object.
ConstraintValidatorInterface vendor/symfony/validator/ConstraintValidatorInterface.php @author Bernhard Schussek <bschussek@gmail.com>
ConstraintViolation vendor/symfony/validator/ConstraintViolation.php Default implementation of {@ConstraintViolationInterface}.
ConstraintViolationInterface vendor/symfony/validator/ConstraintViolationInterface.php A violation of a constraint that happened during validation.
ConstraintViolationList vendor/symfony/validator/ConstraintViolationList.php Default implementation of {@ConstraintViolationListInterface}.
ConstraintViolationListInterface vendor/symfony/validator/ConstraintViolationListInterface.php A list of constraint violations.
DefaultTranslator vendor/symfony/validator/DefaultTranslator.php Simple translator implementation that simply replaces the parameters in the message IDs.
ExecutionContext vendor/symfony/validator/ExecutionContext.php Default implementation of {@link ExecutionContextInterface}.
ExecutionContextInterface vendor/symfony/validator/ExecutionContextInterface.php Stores the validator's state during validation.
GlobalExecutionContextInterface vendor/symfony/validator/GlobalExecutionContextInterface.php Stores the node-independent state of a validation run.
GroupSequenceProviderInterface vendor/symfony/validator/GroupSequenceProviderInterface.php Defines the interface for a group sequence provider.
MetadataFactoryInterface vendor/symfony/validator/MetadataFactoryInterface.php Returns {@link MetadataInterface} instances for values.
MetadataInterface vendor/symfony/validator/MetadataInterface.php A container for validation metadata.
ObjectInitializerInterface vendor/symfony/validator/ObjectInitializerInterface.php Prepares an object for validation.
PropertyMetadataContainerInterface vendor/symfony/validator/PropertyMetadataContainerInterface.php A container for {@link PropertyMetadataInterface} instances.
PropertyMetadataInterface vendor/symfony/validator/PropertyMetadataInterface.php A container for validation metadata of a property.
Validation vendor/symfony/validator/Validation.php Entry point for the Validator component.
ValidationVisitor vendor/symfony/validator/ValidationVisitor.php Default implementation of {@link ValidationVisitorInterface} and {@link GlobalExecutionContextInterface}.
ValidationVisitorInterface vendor/symfony/validator/ValidationVisitorInterface.php Validates values against constraints defined in {@link MetadataInterface} instances.
Validator vendor/symfony/validator/Validator.php Default implementation of {@link ValidatorInterface}.
ValidatorBuilder vendor/symfony/validator/ValidatorBuilder.php The default implementation of {@link ValidatorBuilderInterface}.
ValidatorBuilderInterface vendor/symfony/validator/ValidatorBuilderInterface.php A configurable builder for ValidatorInterface objects.
ValidatorInterface vendor/symfony/validator/ValidatorInterface.php Validates values and graphs of objects and arrays.