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/Form
Fabien Potencier 5a800ed551 fixed phpdoc
2011-01-14 14:41:56 +01:00
..
Exception [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
FieldFactory [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
Resources/config [Form] added the constrained method Field::isTransformationSuccessful() 2011-01-03 22:06:59 +01:00
ValueTransformer [Form] Changed value transformers to throw UnexpectedTypeException instances 2011-01-03 22:07:08 +01:00
BirthdayField.php [Form] fixed license and phpdoc 2010-10-02 12:38:14 +02:00
CheckboxField.php [Form][FrameworkBundle] Fixed default values of CheckboxFields 2010-11-23 06:51:23 +01:00
ChoiceField.php [Form] Changed value transformers to throw UnexpectedTypeException instances 2011-01-03 22:07:08 +01:00
CollectionField.php [Form] Changed value transformers to throw UnexpectedTypeException instances 2011-01-03 22:07:08 +01:00
Configurable.php Optimize some code in Form/Configurable, Have ChoiceField always pass data to transformers, implemented and fully unit-tested two Doctrine ORM specific transformers that do Collection to String/Choice Transformations 2010-10-06 14:16:51 +02:00
CountryField.php [Locale][Form][Validator] Refactored code to new Locale component, implemented Country constraint 2010-12-16 10:18:33 +01:00
DateField.php CS: Unified strict equality comparisons, put var on the right side 2010-12-21 08:51:21 +01:00
DateTimeField.php [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
Field.php [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
FieldError.php [Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors 2010-11-19 07:11:29 +01:00
FieldGroup.php [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
FieldGroupInterface.php [Form] Added support for virtual field groups 2011-01-03 22:06:46 +01:00
FieldInterface.php [Form] Locale can now only be set statically before creating a form/field, otherwise we have too many problems updating a field's state when the locale is changed 2010-12-16 10:18:31 +01:00
FileField.php [Form][HttpFoundation] Improved File and UploadedFile class 2011-01-03 22:06:56 +01:00
Form.php [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
FormConfiguration.php fixed phpdoc 2011-01-14 14:41:56 +01:00
HiddenField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
HybridField.php [Form] Added FieldFactory mechanism to automatically create fields by introspecting metadata of a class 2011-01-05 15:02:56 +01:00
IntegerField.php [Form] Fixed: parent::configure() should always be called after adding options to overrule options in the parent class 2010-11-12 17:55:52 +01:00
LanguageField.php [Locale][Form][Validator] Refactored code to new Locale component, implemented Country constraint 2010-12-16 10:18:33 +01:00
LocaleField.php [Form][Locale] Implemented LocaleField and added script for updating ICU data 2011-01-02 10:41:05 +01:00
Localizable.php Removed unnecessary "public" from interface method signatures. 2010-10-18 16:55:09 +02:00
MoneyField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
NumberField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
PasswordField.php [Form] Changed semantics of "always_empty" option in PasswordField 2010-12-18 08:06:15 +01:00
PercentField.php [Form] Fixed: parent::configure() should always be called after adding options to overrule options in the parent class 2010-11-12 17:55:52 +01:00
PropertyPath.php CS: Unified strict equality comparisons, put var on the right side 2010-12-21 08:51:21 +01:00
PropertyPathIterator.php [Form] Refactored logic to read and set values from Field to PropertyPath 2010-10-11 12:52:10 +02:00
RadioField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
RecursiveFieldIterator.php [Form] Added support for virtual field groups 2011-01-03 22:06:46 +01:00
RepeatedField.php [Form] Added parent calls to all configure() methods of Fields and Transformers 2010-11-16 07:28:12 +01:00
TextareaField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
TextField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
TimeField.php CS: Unified strict equality comparisons, put var on the right side 2010-12-21 08:51:21 +01:00
TimezoneField.php CS: Unified non-strict equality comparisons, put var on the right side 2010-12-21 08:51:27 +01:00
ToggleField.php [Form][FrameworkBundle][TwigBundle] Refactored the PHP and Twig templating layer 2010-11-16 22:26:35 +01:00
UrlField.php [Form] Added parent calls to all configure() methods of Fields and Transformers 2010-11-16 07:28:12 +01:00