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 deaf53c231 Merge branch '4.1'
* 4.1:
  [Console] simplified code
  removed useless phpdoc
  improve docblocks around group sequences
  [Cache] prevent getting older entries when the version key is evicted
  [WebProfilerBundle] added a note in the README
  [Yaml] Skip parser test with root user
  [Filesystem] Skip tests on readable file when run with root user
  [FWBundle] Fix an error in WebTestCase::createClient's PHPDoc
  [HttpFoundation][Security] forward locale and format to subrequests
  [Console] Send the right exit code to console.terminate listeners
  [HttpFoundation] fix hidding warnings from session handlers
  Caching missed templates on cache warmup
2018-09-30 05:40:00 +02:00
..
ChoiceList Consistently throw exceptions on a single line 2018-09-08 14:44:02 +02:00
Command Show deprecated options definition on debug:form command 2018-09-04 09:37:57 -04:00
Console Show deprecated options definition on debug:form command 2018-09-04 09:37:57 -04:00
DependencyInjection Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extension Merge branch '4.1' 2018-09-30 05:40:00 +02:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources [Validator] Remove BOM in some xlf files 2018-06-19 10:02:14 +02:00
Test Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
Tests feature #28569 [Form] deprecate precision in IntegerToLocalizedStringTransformer (xabbuh) 2018-09-24 07:57:37 +02:00
Util Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
.gitignore
AbstractExtension.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
AbstractRendererEngine.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
AbstractType.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
AbstractTypeExtension.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Button.php Fixed Button::setParent() when already submitted 2018-01-25 12:47:49 +01:00
ButtonBuilder.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
CHANGELOG.md feature #28569 [Form] deprecate precision in IntegerToLocalizedStringTransformer (xabbuh) 2018-09-24 07:57:37 +02:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json feature #27667 [Form][OptionsResolver] Show deprecated options definition on debug:form command (yceruto) 2018-09-04 17:16:00 +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 Merge branch '4.1' 2018-09-08 15:42:43 +02:00
FormBuilder.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
FormBuilderInterface.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
FormConfigBuilder.php Merge branch '3.4' into 4.1 2018-09-08 15:24:10 +02:00
FormConfigBuilderInterface.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
FormConfigInterface.php fix data mapper return type in docblock 2018-08-19 18:51:04 +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.4 2018-09-08 15:15:14 +02: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 Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
FormFactoryBuilder.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php
FormInterface.php Fix tests for legacy phpunit versions 2018-07-26 12:58:07 +02:00
FormRegistry.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
FormRegistryInterface.php
FormRenderer.php Merge branch '4.1' 2018-07-26 11:13:01 +02:00
FormRendererEngineInterface.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
FormRendererInterface.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
Forms.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
FormTypeExtensionInterface.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
FormTypeGuesserChain.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02: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 Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
NativeRequestHandler.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02: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.4 2018-07-26 10:45:46 +02:00
README.md
RequestHandlerInterface.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
ResolvedFormType.php Consistently throw exceptions on a single line 2018-09-08 14:44:02 +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 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