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
2011-04-23 20:52:26 -05:00
..
Event [Form] Replaced various occurences of 'field' by 'form' 2011-03-25 02:12:01 +01:00
Exception [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
Extension [Form] Removing an unused variable in TimeType 2011-04-23 20:52:26 -05:00
Guess [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
Resources/config [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
Util [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
AbstractExtension.php [Form] Fixing wrong variable name 2011-04-23 20:08:24 -05:00
AbstractType.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
AbstractTypeExtension.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
CallbackTransformer.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
CallbackValidator.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
DataMapperInterface.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
DataTransformerInterface.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
Events.php [Form] Renamed 'filter' listeners to 'on' to match naming conventions across the framework 2011-04-15 10:57:32 +02:00
Form.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
FormBuilder.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
FormError.php [Form] Removed obsolete classes Error and DataError 2011-03-21 21:19:31 +01:00
FormExtensionInterface.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
FormFactory.php [Form] added a way to register a Form extension after creation of the FormFactory 2011-04-23 09:28:29 +02:00
FormFactoryInterface.php [Form] Split signature of FormFactory::create() into create() and createNamed() 2011-04-22 10:42:21 +02:00
FormInterface.php [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
FormTypeExtensionInterface.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
FormTypeGuesserChain.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
FormTypeGuesserInterface.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
FormTypeInterface.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
FormValidatorInterface.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
FormView.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
ReversedTransformer.php [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00