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-30 09:34:45 +02: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 [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
All.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
AllValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Blank.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
BlankValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Callback.php [Validator] Simplified usage of the Callback constraint 2013-09-26 13:52:04 +02:00
CallbackValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
CardScheme.php Serbian translation for card scheme constraint message. 2012-12-12 13:18:02 +01:00
CardSchemeValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Choice.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
ChoiceValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Collection.php Merge branch '2.3' into 2.4 2014-01-01 09:14:50 +01:00
CollectionValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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 [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
DateValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Email.php Change in validator.email service alias to match the validator FQCN 2014-03-30 09:34:45 +02:00
EmailValidator.php #1581 - Strict in Email constraint and use of Egulias\EmailValidator 2014-03-27 07:02:30 +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
Expression.php [Validator] Renamed Condition to Expression and added possibility to set it onto properties 2013-09-19 12:59:33 +02:00
ExpressionValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
False.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
FalseValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
File.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
FileValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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 Merge branch '2.4' 2014-03-26 12:51:10 +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 [Validator] improved image validator 2013-08-02 15:39:24 +02:00
ImageValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Ip.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
IpValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Isbn.php Improved ISBN validator 2014-03-27 08:46:43 +01:00
IsbnValidator.php Improved ISBN validator 2014-03-27 08:46:43 +01: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Language.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
LanguageValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Length.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
LengthValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Luhn.php Serbian translation for Luhn constraint message. 2012-12-12 13:11:42 +01:00
LuhnValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
NotBlank.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
NotBlankValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Null.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
NullValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Regex.php rundown and typo fix 2014-01-07 07:58:55 -05:00
RegexValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00: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] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
True.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
TrueValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Type.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
TypeValidator.php [Validator] Checked the constraint class in constraint validators 2014-03-10 12:58:20 +00:00
Url.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
UrlValidator.php Merge branch '2.4' 2014-03-26 19:07:49 +01:00
Uuid.php Added new validator for UUIDs 2014-03-26 18:50:25 +01:00
UuidValidator.php Added new validator for UUIDs 2014-03-26 18:50:25 +01:00
Valid.php [Validator] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00