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
2021-04-01 12:02:24 +02:00
..
ChoiceList Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
Command Merge branch '5.2' into 5.x 2021-03-06 09:05:19 +01:00
Console Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
DependencyInjection Deprecate configuring tag names and service ids in compiler passes 2021-03-15 19:33:21 +01:00
Event Make dispatched events really final 2019-09-06 22:41:54 +02:00
Exception add new way of mapping data using callback functions 2020-09-15 10:00:10 -04:00
Extension Merge branch '5.2' into 5.x 2021-03-28 11:59:21 +02:00
Guess Apply "visibility_required" CS rule to constants 2020-12-08 17:59:59 +01:00
Resources Update translations for Norwegian Nynorsk (nn) #38756 2021-03-10 14:26:08 +01:00
Test Merge branch '5.1' into 5.2 2021-01-27 11:15:41 +01:00
Tests Merge branch '5.2' into 5.x 2021-03-28 11:44:11 +02:00
Util Merge branch '4.4' into 5.1 2021-01-12 15:25:50 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
AbstractExtension.php Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
AbstractRendererEngine.php Merge branch '4.4' into 5.1 2020-12-08 18:02:38 +01:00
AbstractType.php Switched from parent type hard-coded FQCN to ::class keyword. 2021-01-08 13:59:24 +01:00
AbstractTypeExtension.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Button.php Merge branch '4.4' into 5.0 2020-03-15 15:33:06 +01:00
ButtonBuilder.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
ButtonTypeInterface.php
CallbackTransformer.php
CHANGELOG.md [Form] Remove hard dependency on symfony/intl 2021-02-25 08:25:40 +01:00
ClearableErrorsInterface.php
ClickableInterface.php
composer.json [Form] Remove hard dependency on symfony/intl 2021-02-25 08:25:40 +01:00
DataAccessorInterface.php add new way of mapping data using callback functions 2020-09-15 10:00:10 -04:00
DataMapperInterface.php [Form] Changed DataMapperInterface $forms parameter type to \Traversable 2020-12-05 14:49:49 +01:00
DataTransformerInterface.php
FileUploadError.php prevent duplicated error message for file upload limits 2020-11-21 11:45:32 +01:00
Form.php Revert "feature #33381 [Form] dispatch submit events for disabled forms too (xabbuh)" 2020-09-24 15:50:42 +02:00
FormBuilder.php Merge branch '4.4' into 5.1 2020-10-28 22:31:18 +01:00
FormBuilderInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormConfigBuilder.php [Form] Add "is empty callback" to form config 2020-02-03 18:27:57 +01:00
FormConfigBuilderInterface.php [Form] Add "is empty callback" to form config 2020-02-03 18:27:57 +01:00
FormConfigInterface.php [Form] Add "is empty callback" to form config 2020-02-03 18:27:57 +01:00
FormError.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
FormErrorIterator.php Merge branch '4.4' into 5.1 2020-12-08 18:02:38 +01:00
FormEvent.php Merge branch '4.4' 2019-08-08 11:49:33 +02:00
FormEvents.php Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
FormExtensionInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormFactory.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormFactoryBuilder.php Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
FormFactoryBuilderInterface.php
FormFactoryInterface.php Merge branch '4.4' 2019-08-14 14:45:29 +02:00
FormInterface.php Merge branch '4.4' into 5.0 2020-05-04 16:05:24 +02:00
FormRegistry.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormRegistryInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormRenderer.php Merge branch '4.4' into 5.2 2021-03-01 01:40:14 +01:00
FormRendererEngineInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormRendererInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
Forms.php
FormTypeExtensionInterface.php Merge branch '4.4' 2019-08-08 11:49:33 +02:00
FormTypeGuesserChain.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormTypeGuesserInterface.php add parameter type declarations where possible 2019-07-27 07:59:27 +02:00
FormTypeInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormView.php Improve ExtractorInterface phpdoc 2021-04-01 12:02:24 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
NativeRequestHandler.php Changed private static array-properties to const 2021-01-25 00:44:26 +01:00
phpunit.xml.dist
PreloadedExtension.php Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01: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 Merge branch '4.4' into 5.1 2020-12-27 14:04:50 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ResolvedFormTypeInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
ReversedTransformer.php
SubmitButton.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources