This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator
Nicolas Grekas 255e9117a0 Merge branch '3.4' into 4.4
* 3.4:
  Fixes sprintf(): Too few arguments in form transformer
  [Console] Fix QuestionHelper::disableStty()
  validate subforms in all validation groups
  Update Hungarian translations
  Add meaningful message when Process is not installed (ProcessHelper)
  [PropertyAccess] Fix TypeError parsing again.
  [Form] add missing Czech validators translation
  [Validator] add missing Czech translations
  never directly validate Existence (Required/Optional) constraints
2020-05-30 20:50:54 +02:00
..
Constraints [Validator] Use Mime component to determine mime type for file validator 2020-05-29 14:10:59 +02:00
Context Merge branch '3.4' into 4.4 2020-04-01 08:18:20 +02:00
DataCollector Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
DependencyInjection [Validation][FrameworkBundle] Allow EnableAutoMapping to work without auto-mapping namespaces 2019-12-17 09:15:02 +01:00
Exception catch any UnexpectedValueException on validation 2018-10-24 09:52:19 +02:00
Mapping Merge branch '3.4' into 4.4 2020-05-04 17:32:48 +02:00
Resources/translations [Validator] add missing Czech translations 2020-05-27 12:08:15 +02:00
Test Merge branch '4.3' into 4.4 2019-11-27 00:16:41 +01:00
Tests Merge branch '3.4' into 4.4 2020-05-30 20:50:54 +02:00
Util Merge branch '4.3' into 4.4 2019-10-28 21:30:34 +01:00
Validator Merge branch '3.4' into 4.4 2020-05-30 20:50:54 +02:00
Violation Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [Validation][FrameworkBundle] Allow EnableAutoMapping to work without auto-mapping namespaces 2019-12-17 09:15:02 +01:00
composer.json Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
Constraint.php Merge branch '3.4' into 4.4 2020-02-04 10:01:01 +01:00
ConstraintValidator.php [Validator][ConstraintValidator] Update wrong PRETTY_DATE doc 2020-02-26 21:34:36 +01:00
ConstraintValidatorFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConstraintValidatorFactoryInterface.php
ConstraintValidatorInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ConstraintViolation.php Merge branch '3.4' into 4.4 2020-03-13 11:34:17 +01:00
ConstraintViolationInterface.php [Validator] clarify stringable type annotations 2020-03-13 11:25:23 +01:00
ConstraintViolationList.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
ConstraintViolationListInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ContainerConstraintValidatorFactory.php Fixed exception wording 2019-01-11 17:00:45 +03:00
GroupSequenceProviderInterface.php [Validator] Fix GroupSequenceProvider annotation 2019-06-20 08:43:29 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
ObjectInitializerInterface.php [Validator] make phpdoc of ObjectInitializerInterface interface more accurate 2018-05-02 00:50:12 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Add HTTPS to a URL 2019-07-14 15:17:28 +04:30
Validation.php Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
ValidatorBuilder.php [DI] fix preloading script generation 2020-03-17 20:51:46 +01:00
ValidatorBuilderInterface.php [Contracts] Add Translation\TranslatorInterface + decouple symfony/validator from symfony/translation 2018-09-03 15:19:33 +02:00

Validator Component

The Validator component provides tools to validate values following the JSR-303 Bean Validation specification.

Resources