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/Constraints
2015-09-04 22:16:46 +02:00
..
Collection Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
AbstractComparison.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AbstractComparisonValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
All.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
AllValidator.php Merge branch '2.5' 2014-08-14 18:37:29 +02:00
Blank.php added @Target annotations 2014-04-23 15:35:47 +02:00
BlankValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Callback.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
CallbackValidator.php [2.7] Clean deprecated interfaces 2015-09-04 22:16:46 +02:00
CardScheme.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CardSchemeValidator.php Merge branch '2.6' into 2.7 2015-06-28 19:13:14 +02:00
Choice.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
ChoiceValidator.php Merge branch '2.6' into 2.7 2015-04-24 17:36:44 +02:00
Collection.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CollectionValidator.php [Validator] fixed remaining notice 2015-01-16 18:12:38 +01:00
Composite.php fixes CS 2015-08-24 09:13:45 +02:00
Count.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Country.php added @Target annotations 2014-04-23 15:35:47 +02:00
CountryValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
CountValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Currency.php added @Target annotations 2014-04-23 15:35:47 +02:00
CurrencyValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Date.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
DateTime.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
DateTimeValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
DateValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Email.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
EmailValidator.php Merge remote-tracking branch 'origin/2.6' into 2.7 2015-06-25 12:52:11 +00:00
EqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
EqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Existence.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
Expression.php [Validator] added missing @Target 2014-04-23 16:07:18 +02:00
ExpressionValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
False.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
FalseValidator.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
File.php [Validator] always evaluate binary format when changed 2015-07-01 20:29:17 +02:00
FileValidator.php fixes CS 2015-08-24 09:13:45 +02:00
GreaterThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GreaterThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GroupSequence.php fixes CS 2015-08-24 09:13:45 +02:00
GroupSequenceProvider.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Iban.php Better Iban Validation 2015-08-01 12:20:04 +03:00
IbanValidator.php Better Iban Validation 2015-08-01 12:20:04 +03:00
IdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
IdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Image.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
ImageValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Ip.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
IpValidator.php fixed CS 2015-05-15 16:02:48 +02:00
Isbn.php fixes CS 2015-08-24 09:13:45 +02:00
IsbnValidator.php fixes CS 2015-08-24 09:13:45 +02:00
IsFalse.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsFalseValidator.php Merge branch '2.6' into 2.7 2015-05-15 11:56:16 +02:00
IsNull.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsNullValidator.php Merge branch '2.6' into 2.7 2015-05-15 11:56:16 +02:00
Issn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IssnValidator.php fixes CS 2015-08-24 09:13:45 +02:00
IsTrue.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsTrueValidator.php Merge branch '2.6' into 2.7 2015-05-15 11:56:16 +02:00
Language.php added @Target annotations 2014-04-23 15:35:47 +02:00
LanguageValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Length.php Merge branch '2.5' into 2.6 2015-02-01 17:10:57 +01:00
LengthValidator.php Merge branch '2.3' into 2.7 2015-08-26 12:48:03 +02:00
LessThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
LessThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Locale.php added @Target annotations 2014-04-23 15:35:47 +02:00
LocaleValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Luhn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LuhnValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
NotBlank.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotBlankValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
NotEqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotEqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotIdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotIdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotNull.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotNullValidator.php Removed dead code and various cleaning 2015-01-21 17:43:56 +01:00
Null.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
NullValidator.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Optional.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Range.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
RangeValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Regex.php Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
RegexValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Required.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Time.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
TimeValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Traverse.php fixes CS 2015-08-24 09:13:45 +02:00
True.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
TrueValidator.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Type.php added @Target annotations 2014-04-23 15:35:47 +02:00
TypeValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Url.php [Validator] Added a check DNS option on URL validator 2015-01-03 16:47:12 +01:00
UrlValidator.php [Validator] fixed deprecation notices for BuildViolation() calls in constraints 2015-01-09 15:21:09 +01:00
Uuid.php fixes CS 2015-08-24 09:13:45 +02:00
UuidValidator.php fixed CS 2015-05-15 16:02:48 +02:00
Valid.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00