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 fe11c99f19 Merge branch '4.4'
* 4.4:
  cs fix
  Replace calls to setExpectedException by Pollyfill
2019-08-01 23:17:12 +02:00
..
ChoiceList add parameter type declarations where possible 2019-07-27 07:59:27 +02:00
Command add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Console Merge branch '4.2' into 4.3 2019-06-05 15:25:51 +02:00
DependencyInjection Sync "not implementing the method" deprecations messages 2019-08-01 14:51:01 +02:00
Event [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
Exception [Form] TransformationFailedException: Support specifying message to display 2019-03-26 22:35:30 +01:00
Extension Merge branch '4.4' 2019-08-01 11:33:55 +02:00
Guess
Resources [Translator] Improve farsi(persian) translations for Form 2019-07-09 13:50:53 +02:00
Test Merge branch '3.4' into 4.3 2019-08-01 00:32:32 +02:00
Tests Merge branch '4.4' 2019-08-01 23:17:12 +02:00
Util fixed short array CS in comments 2019-01-16 14:27:11 +01:00
.gitignore
AbstractExtension.php Sync "not implementing the method" deprecations messages 2019-08-01 14:51:01 +02:00
AbstractRendererEngine.php Merge branch '4.4' 2019-08-01 11:33:55 +02:00
AbstractType.php [Form] fix some docblocks and type checks 2019-01-30 09:09:50 +01:00
AbstractTypeExtension.php Remove legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04:00
Button.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
ButtonBuilder.php Merge branch '4.4' 2019-07-31 17:14:38 +02:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
CHANGELOG.md drop support for differing timezones without ref date 2019-07-29 20:44:15 +02:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php
composer.json Merge branch '4.4' 2019-06-05 04:28:25 +02: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.4' 2019-08-01 11:33:55 +02:00
FormBuilder.php Merge branch '3.4' into 4.3 2019-07-31 17:03:18 +02:00
FormBuilderInterface.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +02:00
FormConfigBuilder.php Merge branch '4.4' 2019-07-31 17:14:38 +02:00
FormConfigBuilderInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormConfigInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormError.php Removed legacy code and cleanup 2019-06-25 20:29:20 +02:00
FormErrorIterator.php Make tests support phpunit 8 2019-07-31 23:55:24 +02:00
FormEvent.php [EventDispatcher] Remove deprecation layer. 2019-05-30 18:59:28 +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 Remove legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04:00
FormFactoryBuilderInterface.php
FormFactoryInterface.php Merge branch '3.4' into 4.3 2019-07-31 17:03:18 +02:00
FormInterface.php Merge branch '3.4' into 4.3 2019-07-31 17:03:18 +02:00
FormRegistry.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormRegistryInterface.php
FormRenderer.php Throw exception when render a field which was already rendered 2019-05-29 14:51:07 -04:00
FormRendererEngineInterface.php add parameter type declarations where possible 2019-07-28 09:06:15 +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 legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04:00
FormTypeGuesserChain.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
FormTypeGuesserInterface.php add parameter type declarations where possible 2019-07-27 07:59:27 +02:00
FormTypeInterface.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
FormView.php switched array() to [] 2019-01-16 10:39:14 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
NativeRequestHandler.php Merge branch '3.4' into 4.2 2019-04-07 11:56:43 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php Sync "not implementing the method" deprecations messages 2019-08-01 14:51:01 +02:00
README.md
RequestHandlerInterface.php
ResolvedFormType.php Improved error message on create a form builder with invalid options 2019-06-03 15:21:10 -04:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php switched array() to [] 2019-01-16 10:39:14 +01: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