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 cfdc145dab Merge branch '4.0'
* 4.0:
  [Form] Fixed ContextErrorException in FileType
  [DI] Fix handling of inlined definitions by ContainerBuilder
  [Security] remove unused variable
  [DI] Fix infinite loop when analyzing references
  [Lock][Process][FrameworkBundle] fix tests
  Display a nice error message if the form/serializer component is missing.
  [SecurityBundle] providerIds is undefined error when firewall provider is not specified
  [SecurityBundle] providerIds is undefined error when firewall provider is not specified
  [SecurityBundle] providerIds is undefined error when firewall provider is not specified
  Force phpunit-bridge update (bis)
  [Bridge/PhpUnit] Fix disabling global state preservation
  Incorrect dot on method loadChoices in upgrade doc
2017-11-23 12:04:09 +01:00
..
ChoiceList Merge branch '3.4' 2017-11-19 20:43:46 +02:00
Command Add debug:form type option 2017-10-03 06:15:18 -04:00
Console Add & use OptionResolverIntrospector 2017-10-03 15:38:46 +02:00
DependencyInjection Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Exception Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Extension Merge branch '3.4' into 4.0 2017-11-23 12:03:24 +01:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources Updated the source text and translation 2017-10-13 09:35:47 -07:00
Test Remove Validator\TypeTestCase and add validator logic to base TypeTestCase 2017-09-27 09:12:32 -07:00
Tests Merge branch '3.4' into 4.0 2017-11-23 12:03:24 +01:00
Util Merge branch '3.3' into 3.4 2017-11-05 17:10:10 +01:00
.gitignore
AbstractExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
AbstractRendererEngine.php Merge branch '3.4' 2017-11-05 17:26:21 +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 [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
ButtonBuilder.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +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.4' 2017-11-16 17:25:49 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01: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 Merge branch '3.4' 2017-11-13 19:20:21 +01:00
FormBuilder.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
FormBuilderInterface.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
FormConfigBuilder.php Merge branch '3.4' 2017-11-21 10:59:36 +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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +01: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 fix the constant value to be consistent with the name 2017-10-19 12:41:04 -04: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 2017-11-05 16:25:56 +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 '3.4' 2017-11-05 18:01:13 +01:00
FormRegistry.php [Form] Fix error message in circular reference dependencies check 2017-10-10 13:20:13 +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 Merge branch '3.4' 2017-10-24 16:16:56 +02:00
FormRendererEngineInterface.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
FormRendererInterface.php [Form] Add useDefaultThemes flag to the interfaces 2017-10-19 17:17:33 +02:00
Forms.php Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
FormTypeExtensionInterface.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
FormTypeGuesserChain.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormView.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08: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 Merge branch '2.7' into 2.8 2017-09-15 11:59:38 +02: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 [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources