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
2013-04-13 16:46:28 +02:00
..
Exception [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
Extension [Form] Made submit buttons able to convey validation groups 2013-04-13 16:46:28 +02:00
Guess fixed CS 2012-12-11 11:40:22 +01:00
Resources Added greek translation 2013-02-20 22:57:14 +01:00
Test Enhanced the triggering of E_USER_DEPRECATED errors 2013-01-10 09:22:55 +01:00
Tests [Form] Fixed concatenation operator CS (see 7c47e34928) 2013-04-13 16:46:28 +02:00
Util [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
AbstractExtension.php [Form] Introduced base ExceptionInterface 2013-01-07 16:58:41 +01:00
AbstractRendererEngine.php [Form] Fixed some PHPDoc 2012-08-27 18:33:44 +02:00
AbstractType.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
AbstractTypeExtension.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
Button.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
ButtonBuilder.php [Form] Changed isset() to array_key_exists() to be consistent with ParameterBag 2013-04-13 16:46:28 +02:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php [Form] Fixed issues mentioned in the PR comments 2012-05-22 09:30:21 +02:00
CHANGELOG.md [Form]fixed FormRenderer::humanize() to humanize camel cased label 2013-02-11 12:02:23 +01:00
ClickableInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
composer.json changed dependencies to allow all 2.3 versions of the components (closes #6983) 2013-02-11 11:13:11 +01:00
DataMapperInterface.php fixed CS 2012-07-09 14:54:20 +02:00
DataTransformerInterface.php fixed CS 2012-07-09 14:54:20 +02:00
Form.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
FormBuilder.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormBuilderInterface.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormConfigBuilder.php [Form] Changed isset() to array_key_exists() to be consistent with ParameterBag 2013-04-13 16:46:28 +02:00
FormConfigBuilderInterface.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormConfigInterface.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormError.php [Form] Adapted Form component to translator integration in the validator 2013-01-08 14:43:29 +01:00
FormEvent.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormEvents.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormExtensionInterface.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
FormFactory.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormFactoryBuilder.php [Form] allowed no type guesser to be registered 2012-11-09 13:51:19 +01:00
FormFactoryBuilderInterface.php [Form] Added entry point "Forms" for more convenient usage outside of Symfony 2012-07-30 11:41:38 +02:00
FormFactoryInterface.php [Form] Improved Form::add() and FormBuilder::add() to accept integers as field names 2012-12-18 11:56:22 +01:00
FormInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
FormRegistry.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormRegistryInterface.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormRenderer.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
FormRendererEngineInterface.php [Form] Improved FormRenderer API to reduce the size of the function call stack during rendering 2012-07-22 09:29:35 +02:00
FormRendererInterface.php Code cleanup 2012-10-22 10:37:12 -04:00
Forms.php Code cleanup 2012-10-22 10:37:12 -04:00
FormTypeExtensionInterface.php [Form] The properties of FormView are now accessed directly in order to increase performance (PHP +200ms, Twig +150ms) 2012-07-21 12:56:11 +02:00
FormTypeGuesserChain.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormTypeGuesserInterface.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormTypeInterface.php [Form] Fixed: FormTypeInterface::getParent() supports returning FormTypeInterface instances again 2012-08-22 16:44:02 +02:00
FormView.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
PreloadedExtension.php [Form] Introduced base ExceptionInterface 2013-01-07 16:58:41 +01:00
README.md fixed doc references (closes #7515) 2013-04-01 10:07:53 +02:00
ResolvedFormType.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
ResolvedFormTypeFactory.php [Form] Fixed ResolvedFormType to really be replaceable 2012-07-29 19:13:45 +02:00
ResolvedFormTypeFactoryInterface.php [Form] Fixed ResolvedFormType to really be replaceable 2012-07-29 19:13:45 +02:00
ResolvedFormTypeInterface.php CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block 2012-11-19 13:58:52 +01:00
ReversedTransformer.php Fixing email 2012-05-26 09:48:33 +02:00
SubmitButton.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
SubmitButtonBuilder.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
SubmitButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00

Form Component

Form provides tools for defining forms, rendering and binding request data to related models. Furthermore it provides integration with the Validation component.

Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php

Documentation:

http://symfony.com/doc/2.3/book/forms.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Form/
$ composer.phar install --dev
$ phpunit