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-03-19 16:54:07 +01:00
..
ChoiceList Merge branch 'event-manager' into experimental 2011-03-13 21:04:24 +01:00
CsrfProvider [Form] Renamed submit() to bind() 2011-03-17 14:55:26 +01:00
DataMapper [Form] Moved properties propertyPath, modifyByReference, validationGroups and virtual to generic attributes because they are specific to the used data validator/mapper implementations 2011-03-18 15:26:02 +01:00
DataTransformer [Form] Renamed ValueTransformers to DataTransformers to fit with DataMapper and DataValidator 2011-03-18 16:01:06 +01:00
Event [Form] Extracted data mapping logic from Form into ObjectMapperListener 2011-03-17 21:23:59 +01:00
EventListener [Form] Renamed different kinds of data transformers within a field for better clarity 2011-03-18 16:59:34 +01:00
Exception [Form] Renamed submit() to bind() 2011-03-17 14:55:26 +01:00
Renderer [Form] Fixed undefined variable in DefaultRenderer 2011-03-18 17:03:12 +01:00
Resources/config [Form] Moved CSRF protection into separate field 2011-03-19 15:06:54 +01:00
Type [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
Validator [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
Configurable.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DataError.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Error.php [Form] Extracted data validation logic into DataValidatorInterface 2011-03-18 15:58:22 +01:00
Events.php [Form] Changed form to use the new EventDispatcher implementation 2011-03-16 18:20:13 +01:00
Field.php [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
FieldBuilder.php [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
FieldError.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
FieldInterface.php [Form] Moved properties propertyPath, modifyByReference, validationGroups and virtual to generic attributes because they are specific to the used data validator/mapper implementations 2011-03-18 15:26:02 +01:00
Form.php [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
FormBuilder.php [Form] Moved namespace DataValidator to Validator 2011-03-19 16:54:07 +01:00
FormFactory.php [Form] Moved namespace FieldGuesser to Type\Guesser 2011-03-19 16:46:03 +01:00
FormFactoryInterface.php [Form] Renamed field configs to types. Everywhere else, we are referring to the name of the type as 'type' now (was 'identifier') 2011-03-18 16:20:00 +01:00
FormInterface.php [Form] Moved properties propertyPath, modifyByReference, validationGroups and virtual to generic attributes because they are specific to the used data validator/mapper implementations 2011-03-18 15:26:02 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
PropertyPath.php Merge branch 'event-manager' into experimental 2011-03-13 21:04:24 +01:00
PropertyPathIterator.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
RecursiveFieldIterator.php [Form] Moved properties propertyPath, modifyByReference, validationGroups and virtual to generic attributes because they are specific to the used data validator/mapper implementations 2011-03-18 15:26:02 +01:00