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
Nicolas Grekas 917b07a5c6 Merge branch '2.8' into 3.4
* 2.8:
  [HttpKernel] fix PHP 5.4 compat
  Fix surrogate not using original request
  [Finder] Update RealIteratorTestCase
  [Routing] remove unneeded dev dep on doctrine/common
  [Validator] Remove BOM in some xlf files
2018-06-19 22:52:10 +02:00
..
ChoiceList Merge branch '2.7' into 2.8 2018-03-10 12:19:36 -06:00
Command Add debug:form type option 2017-10-03 06:15:18 -04:00
Console Remove group options without data and fix normalization 2017-12-13 00:39:36 -05:00
DependencyInjection Fix debug:form definition 2017-12-08 07:45:03 -05:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Extension Fix #27378: Error when rendering a DateIntervalType form with exactly 0 weeks 2018-06-18 12:57:58 +01:00
Guess Remove useless docblocks 2017-10-29 10:49:53 +01:00
Resources [Validator] Remove BOM in some xlf files 2018-06-19 10:02:14 +02:00
Test [Form] fix tests on old phpunit versions 2018-05-22 14:52:11 +02:00
Tests Fix #27378: Error when rendering a DateIntervalType form with exactly 0 weeks 2018-06-18 12:57:58 +01:00
Util Merge branch '2.8' into 3.4 2018-05-07 09:00:50 +02:00
.gitignore
AbstractExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
AbstractRendererEngine.php Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
AbstractType.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
AbstractTypeExtension.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Button.php Fixed Button::setParent() when already submitted 2018-01-25 12:47:49 +01:00
ButtonBuilder.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
CHANGELOG.md Merge branch '3.3' into 3.4 2017-11-16 17:25:26 +02: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.8' into 3.4 2018-05-21 12:06:52 +02:00
DataMapperInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
DataTransformerInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
Form.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
FormBuilder.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
FormBuilderInterface.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
FormConfigBuilder.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
FormConfigBuilderInterface.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
FormConfigInterface.php [Form] Fix phpdoc 2017-09-19 13:52:15 +02:00
FormError.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
FormErrorIterator.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
FormEvent.php [2.7] More docblock fixes 2017-11-07 15:04:08 +01:00
FormEvents.php move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +02:00
FormExtensionInterface.php
FormFactory.php fixed some deprecation messages 2017-12-31 06:12:25 +01:00
FormFactoryBuilder.php [Form] Removed unused ResolvedTypeFactory in FormFactory constructor 2017-01-10 21:49:17 +01:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
FormInterface.php Merge branch '2.8' into 3.3 2017-11-05 17:53:00 +01:00
FormRegistry.php Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07: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 fixed missing use statement 2018-04-02 12:03:31 +02:00
FormRendererEngineInterface.php Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
FormRendererInterface.php [Form] [TwigBridge] Added option to disable usage of default themes when rendering a form 2017-10-13 16:30:18 +02:00
Forms.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormTypeExtensionInterface.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
FormTypeGuesserChain.php Merge branch '2.8' into 3.3 2017-10-02 08:42:24 +02:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php Added getBlockPrefix to FormTypeInterface 2015-11-28 12:15:28 +01:00
FormView.php fixed CS 2018-05-16 14:49:49 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
NativeRequestHandler.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PreloadedExtension.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
ResolvedFormType.php fixed some deprecation messages 2017-12-31 06:12:25 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php Merge branch '2.8' into 3.1 2016-12-29 22:40:29 +01:00
ReversedTransformer.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
SubmitButton.php Fixed submitting disabled buttons 2018-01-25 12:52:22 +01:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources