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 609ee2df0a Merge branch '2.7' into 2.8
* 2.7:
  [Routing] Add missing options in docblock
  [VarDumper] Fix dumping continuations
  [HttpFoundation] fixed Request::getContent() reusage bug
  [Form] Skip CSRF validation on form when POST max size is exceeded
  Enhance the phpDoc return types so IDEs can handle the configuration tree.
  fixes
  Remove 3.0 from branch suggestions for fixes in PR template
  [Process] Strengthen Windows pipe files opening (again...)
  Fix #19531 [Form] DateType fails parsing when midnight is not a valid time
2016-08-16 07:56:08 -07:00
..
ChoiceList Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
Deprecated fixes CS 2015-08-24 09:13:45 +02:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Extension Merge branch '2.7' into 2.8 2016-08-16 07:56:08 -07:00
Guess [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Resources Merge branch '2.3' into 2.7 2016-02-22 17:12:29 +01:00
Test removed @since 2016-07-04 07:27:33 +02:00
Tests Merge branch '2.7' into 2.8 2016-08-16 07:56:08 -07:00
Util Merge branch '2.7' into 2.8 2016-08-16 07:56:08 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
AbstractRendererEngine.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
AbstractType.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
AbstractTypeExtension.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Button.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ButtonBuilder.php [Form] fixed bug - name in ButtonBuilder 2016-07-08 08:48:27 +02:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
CHANGELOG.md Merge branch '2.7' into 2.8 2016-02-02 10:49:18 +01:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json Merge branch '2.7' into 2.8 2015-10-30 13:15:42 -07:00
DataMapperInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
DataTransformerInterface.php Fix copy-paste in PHPDoc comment text 2016-03-24 10:50:31 +01:00
Form.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormBuilder.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormBuilderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormConfigBuilder.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormConfigBuilderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormConfigInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormError.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
FormErrorIterator.php removed @since 2016-07-04 07:27:33 +02:00
FormEvent.php [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormEvents.php Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormFactoryBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormFactoryInterface.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormInterface.php removed @since 2016-07-04 07:27:33 +02:00
FormRegistry.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormRegistryInterface.php [Form] remove validation of FormRegistry::getType as FormRegistry::hasType does not validate either 2015-10-22 02:46:43 +02:00
FormRenderer.php [Form] Add exception to FormRenderer about non-unique block names 2016-06-21 09:39:01 +02:00
FormRendererEngineInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormRendererInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Forms.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormTypeExtensionInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormTypeGuesserChain.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FormTypeGuesserInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FormTypeInterface.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormView.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
NativeRequestHandler.php [Form] Skip CSRF validation on form when POST max size is exceeded 2016-08-15 15:45:25 -07:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PreloadedExtension.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ResolvedFormType.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02: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 removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ReversedTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +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

The Form component allows you to easily create, process and reuse HTML forms.

Resources