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 de8348a033 Fix CS
2020-02-04 10:32:40 +01:00
..
ChoiceList Merge branch '4.3' into 4.4 2019-11-28 14:33:56 +01:00
Command minor #33709 Add types to constructors and private/final/internal methods (Batch II) (derrabus) 2019-10-03 13:24:15 +02:00
Console Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
DependencyInjection Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17:54 +02:00
Exception [Form] TransformationFailedException: Support specifying message to display 2019-03-26 22:35:30 +01:00
Extension Fix CS 2020-02-04 09:04:52 +01:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources fix Danish translations 2019-08-09 11:35:22 +02:00
Test Merge branch '3.4' into 4.3 2019-09-19 17:51:53 +02:00
Tests Fix CS 2020-02-04 10:32:40 +01:00
Util Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
AbstractExtension.php Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
AbstractRendererEngine.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
AbstractType.php Fix CS 2020-02-04 09:04:52 +01:00
AbstractTypeExtension.php Fix CS 2020-02-04 10:32:40 +01:00
Button.php [Form] remove leftover int child phpdoc 2019-08-05 14:35:29 +02:00
ButtonBuilder.php Merge branch '4.3' into 4.4 2019-11-27 00:16:41 +01:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
CHANGELOG.md Merge branch '4.3' into 4.4 2019-11-19 13:20:06 +01:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php
composer.json [Form] Allow symfony/service-contracts v2. 2019-11-13 22:07:47 +01:00
DataMapperInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
DataTransformerInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
Form.php Merge branch '4.3' into 4.4 2019-08-20 16:44:19 +02:00
FormBuilder.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +02:00
FormBuilderInterface.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +02:00
FormConfigBuilder.php Merge branch '4.3' into 4.4 2019-07-31 17:08:36 +02:00
FormConfigBuilderInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
FormConfigInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormError.php Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
FormErrorIterator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormEvent.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormEvents.php Merge branch '4.2' 2019-04-06 16:04:46 +02:00
FormExtensionInterface.php
FormFactory.php Fine tune constructor types 2019-06-17 02:42:58 +01:00
FormFactoryBuilder.php Add types to private and final methods. 2019-08-18 11:59:28 +02:00
FormFactoryBuilderInterface.php
FormFactoryInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormInterface.php Merge branch '3.4' into 4.3 2019-08-27 09:25:30 +02:00
FormRegistry.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormRegistryInterface.php
FormRenderer.php Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
FormRendererEngineInterface.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
FormRendererInterface.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Forms.php Merge branch '4.2' 2019-04-07 15:57:40 +02:00
FormTypeExtensionInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormTypeGuesserChain.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
FormTypeGuesserInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormTypeInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormView.php switched array() to [] 2019-01-16 10:39:14 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
NativeRequestHandler.php Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RequestHandlerInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ResolvedFormType.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ResolvedFormTypeInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ReversedTransformer.php
SubmitButton.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources