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 8123bb102b Merge branch '4.0'
* 4.0:
  use brace-style regex delimiters
  Fixed typo RecursiveIterator -> RecursiveIteratorIterator
  [Cache] fix logic for fetching tag versions on TagAwareAdapter
  [FrameworkBundle] Remove dead code
  [FrameworkBundle] Use the correct service id for CachePoolPruneCommand in its compiler pass
  Hide short exception trace by default
  [Doctrine Bridge] fix priority for doctrine event listeners
  [Validator] make phpdoc of ObjectInitializerInterface interface more accurate
  [Validator] fixes phpdoc reference to an interface that was removed in Symfony 3.0
2018-05-07 09:14:12 +02:00
..
ChoiceList Add choice_translation_locale option for Intl choice types 2018-04-20 11:42:13 -04: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 Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
Exception Mark ExceptionInterfaces throwable 2018-03-30 17:58:13 +02:00
Extension feature #26825 [Form] Add choice_translation_locale option for Intl choice types (yceruto, fabpot) 2018-04-22 08:19:16 +02:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources minor #26801 Update da translations (c960657) 2018-04-04 19:11:55 +02:00
Test Merge branch '2.8' into 3.3 2018-01-29 10:02:23 +01:00
Tests feature #26825 [Form] Add choice_translation_locale option for Intl choice types (yceruto, fabpot) 2018-04-22 08:19:16 +02:00
Util Merge branch '2.8' into 3.4 2018-05-07 09:00:50 +02:00
.gitignore
AbstractExtension.php
AbstractRendererEngine.php Merge branch '3.4' 2017-11-05 17:26:21 +01:00
AbstractType.php
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 feature #26825 [Form] Add choice_translation_locale option for Intl choice types (yceruto, fabpot) 2018-04-22 08:19:16 +02:00
ClickableInterface.php
composer.json Merge branch '4.0' 2018-05-01 16:02:13 -07: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 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 [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 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
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
FormInterface.php Merge branch '3.4' 2017-11-05 18:01:13 +01:00
FormRegistry.php Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
FormRegistryInterface.php
FormRenderer.php Merge branch '3.4' into 4.0 2018-04-02 12:05:09 +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
FormTypeInterface.php
FormView.php [DI] minor docblock fixes 2017-10-24 13:40:19 +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
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