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
2014-03-26 10:57:26 +01:00
..
Exception [Form] removed deprecated exceptions 2013-05-04 13:06:57 +02:00
Extension made HttpFoundationRequestHandler a service 2014-03-26 10:57:26 +01:00
Guess [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
Resources Fixed grammar in Hungarian translations 2014-01-27 23:45:52 +01:00
Test Merge branch '2.3' into 2.4 2014-02-11 14:52:09 +01:00
Tests Deprecated max_length and pattern options 2014-03-26 10:50:40 +01:00
Util [Form] Fixed Form::all() signature for PHP 5.3.3 2013-08-25 14:07:23 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03: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] Removed "magic" from FormErrorIterator 2014-03-11 16:57:35 +01:00
ButtonBuilder.php [Form] Added method Form::getClickedButton() to remove memory leak in FormValidator 2013-11-09 16:25:41 +01:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php Fix some annotates 2013-09-19 11:36:05 +02:00
CHANGELOG.md Deprecated max_length and pattern options 2014-03-26 10:50:40 +01:00
ClickableInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
composer.json Merge branch '2.4' 2014-01-07 14:29:57 +01:00
DataMapperInterface.php [Form] Moved parent data inheritance from data mappers to Form 2013-04-19 10:09:37 +02:00
DataTransformerInterface.php Merge branch '2.2' 2013-05-06 22:03:44 +02:00
Form.php [Form] Removed "magic" from FormErrorIterator 2014-03-11 16:57:35 +01:00
FormBuilder.php [Form] *_SET_DATA events are now guaranteed to be fired *after* the initial children were added 2013-04-29 17:31:30 +02:00
FormBuilderInterface.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormConfigBuilder.php removed dead code and fixed CS 2013-07-28 20:26:16 +02:00
FormConfigBuilderInterface.php [Form] *_SET_DATA events are now guaranteed to be fired *after* the initial children were added 2013-04-29 17:31:30 +02:00
FormConfigInterface.php [Form] *_SET_DATA events are now guaranteed to be fired *after* the initial children were added 2013-04-29 17:31:30 +02:00
FormError.php [Form] Errors now reference the field they were added to and the violation/exception that caused them 2014-01-10 11:44:16 +01:00
FormErrorIterator.php [Form] Removed "magic" from FormErrorIterator 2014-03-11 16:57:35 +01:00
FormEvent.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormEvents.php [Form] Deprecated bind() and isBound() in favor of submit() and isSubmitted() 2013-04-20 18:05:58 +02:00
FormExtensionInterface.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormFactory.php Deprecated max_length and pattern options 2014-03-26 10:50:40 +01:00
FormFactoryBuilder.php [Form] allowed no type guesser to be registered 2012-11-09 13:51:19 +01:00
FormFactoryBuilderInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
FormFactoryInterface.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormInterface.php feature #9918 [Form] Changed Form::getErrors() to return an iterator and added two optional parameters $deep and $flatten (webmozart) 2014-03-11 10:37:33 +01:00
FormRegistry.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormRegistryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
FormRenderer.php [Form] fix CsrfProviderAdapter 2013-10-31 14:22:03 +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 [Form] Deprecated the CSRF implementation and added an optional dependency to the Security CSRF sub-component instead 2013-09-27 10:12:40 +02: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] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
FormTypeGuesserInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
FormTypeInterface.php [Form] Fixed: FormTypeInterface::getParent() supports returning FormTypeInterface instances again 2012-08-22 16:44:02 +02:00
FormView.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
NativeRequestHandler.php removed unneeded use statements 2014-01-01 08:52:14 +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] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
README.md updated version to 2.5 2013-11-24 21:17:07 +01:00
RequestHandlerInterface.php [Form] Deprecated bind() and isBound() in favor of submit() and isSubmitted() 2013-04-20 18:05:58 +02:00
ResolvedFormType.php Merge branch '2.3' 2013-11-13 22:30:16 +01:00
ResolvedFormTypeFactory.php [Form] Fixed ResolvedFormType to really be replaceable 2012-07-29 19:13:45 +02:00
ResolvedFormTypeFactoryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ResolvedFormTypeInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ReversedTransformer.php Fixing email 2012-05-26 09:48:33 +02:00
SubmitButton.php [Form] Added support for PATCH requests 2013-04-25 16:09:14 +02:00
SubmitButtonBuilder.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01: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 mapping 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.5/book/forms.html

Resources

You can run the unit tests with the following command:

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