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
2014-03-19 17:04:05 +01:00
..
Collection [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
AbstractComparison.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
AbstractComparisonValidator.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
All.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
AllValidator.php [Validator][Constraints] Update AllValidator using new Validator API 2013-01-15 01:52:28 +01:00
Blank.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
BlankValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Callback.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
CallbackValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
CardScheme.php Serbian translation for card scheme constraint message. 2012-12-12 13:18:02 +01:00
CardSchemeValidator.php better regexp, more test cases, added comments about each credit card 2013-01-07 22:57:38 +01:00
Choice.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
ChoiceValidator.php Replaced call that triggers deprecated error 2013-01-31 14:13:11 +02:00
Collection.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
CollectionValidator.php removed unneeded use statements 2014-01-01 08:52:14 +01:00
Count.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
Country.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
CountryValidator.php [Validator] Adapted to latest Intl changes 2013-04-05 10:11:15 +02:00
CountValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Currency.php Added currency form type and validator 2013-04-23 06:57:28 +02:00
CurrencyValidator.php Added currency form type and validator 2013-04-23 06:57:28 +02:00
Date.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
DateTime.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
DateTimeValidator.php [Validator] Removed return value from ConstraintValidatorInterface::isValid() 2012-04-17 16:46:43 +02:00
DateValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Email.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
EmailValidator.php [Validator] Removed PHP <5.3.3 specific code which is not officially supported. 2014-02-18 17:30:53 +01:00
EqualTo.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
EqualToValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
Existence.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
False.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
FalseValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
File.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
FileValidator.php [Validator] fix showing wrong max file size for upload errors 2013-03-13 15:34:16 +01:00
GreaterThan.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
GreaterThanOrEqual.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
GreaterThanOrEqualValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
GreaterThanValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
GroupSequence.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
GroupSequenceProvider.php [Validator] GroupSequenceProvider tests improved, configuration changed 2012-02-02 20:27:50 +01:00
Iban.php [Validator] Added IBAN validator 2013-04-18 09:21:11 +02:00
IbanValidator.php Fix IBAN validator 2014-03-19 17:04:05 +01:00
IdenticalTo.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
IdenticalToValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
Image.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
ImageValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Ip.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
IpValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Isbn.php [Validator] fixed CS 2013-04-20 15:37:39 +02:00
IsbnValidator.php Fixed typos 2013-04-21 11:14:35 +00:00
Issn.php [Validator] Rename issn constraint message option to be consistent with all constraints having a single message option 2013-04-28 18:50:39 +02:00
IssnValidator.php [Validator] Rename issn constraint message option to be consistent with all constraints having a single message option 2013-04-28 18:50:39 +02:00
Language.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
LanguageValidator.php [Validator] Adapted to latest Intl changes 2013-04-05 10:11:15 +02:00
Length.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
LengthValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
LessThan.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
LessThanOrEqual.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
LessThanOrEqualValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
LessThanValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
Locale.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
LocaleValidator.php [Validator] Adapted to latest Intl changes 2013-04-05 10:11:15 +02:00
Luhn.php Serbian translation for Luhn constraint message. 2012-12-12 13:11:42 +01:00
LuhnValidator.php Force Luhn Validator to only work with strings 2013-11-09 16:57:10 +01:00
NotBlank.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
NotBlankValidator.php Removed duplicate annotation 2013-09-09 13:18:54 +02:00
NotEqualTo.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
NotEqualToValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
NotIdenticalTo.php [Validator] Add missing translation for new validators from #790 2013-05-02 22:58:07 +02:00
NotIdenticalToValidator.php [Validator] Added comparison validators. 2013-04-29 22:43:20 +10:00
NotNull.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
NotNullValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Null.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
NullValidator.php Fixes message value for objects 2013-12-27 22:53:58 +01:00
Optional.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
Range.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
RangeValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Regex.php rundown and typo fix 2014-01-07 07:58:55 -05:00
RegexValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Required.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
Time.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
TimeValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
True.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
TrueValidator.php [Validator] remove return value in TrueValidator 2012-07-19 23:47:59 +03:00
Type.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
TypeValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Url.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
UrlValidator.php [Validator] Added inheritDoc phpdoc for validate methods 2012-07-14 17:42:20 -07:00
Valid.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00