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 c449e6368c Merge branch '4.4'
* 4.4:
  fixed CS
  fixed CS
  fixed CS
  fixed CS
  Do not log or call the proxy function when the locale is the same
  Added missing required dependencies on psr/cache and psr/container in symfony/cache-contracts and symfony/service-contracts respectively.
  [HttpClient] fix closing debug stream prematurely
  [Mailer] made code more robust
  Restore compatibility with php 5.5
  fixed sender/recipients in SMTP Envelope
  collect called listeners information only once
  [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2
  [HttpKernel] Remove TestEventDispatcher.
2019-06-13 13:15:36 +02:00
..
ChoiceList fixed CS 2019-06-13 13:03:18 +02:00
Command Add file links for described classes 2019-04-01 16:27:30 -04:00
Console Merge branch '4.2' into 4.3 2019-06-05 15:25:51 +02:00
DependencyInjection Remove legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04: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 Remove deprecated code paths that trigger a runtime notice 2019-06-09 16:44:48 +02:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources [Validator] Add the missing translations for the Danish ("da") locale 2019-05-14 17:13:30 +03:00
Test [Contracts][EventDispatcher] add EventDispatcherInterface to symfony/contracts and use it where possible 2019-03-25 18:18:00 +01:00
Tests Merge branch '4.3' into 4.4 2019-06-11 17:42:17 +02:00
Util fixed short array CS in comments 2019-01-16 14:27:11 +01:00
.gitignore
AbstractExtension.php [Form] do not iterate twice on the extended types 2019-06-01 00:15:03 +02:00
AbstractRendererEngine.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +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 fixed CS 2019-06-13 13:03:18 +02:00
ButtonTypeInterface.php
CallbackTransformer.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
CHANGELOG.md Removed support for PHP templating everywhere 2019-06-03 17:13:41 -04: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 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-06-11 17:48:37 +02:00
FormBuilder.php Merge branch '3.4' into 4.2 2019-04-06 15:51:08 +02:00
FormBuilderInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
FormConfigBuilder.php fix merge 2019-04-06 16:21:02 +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 Merge branch '4.2' 2019-04-06 16:04:46 +02:00
FormErrorIterator.php [Form] various minor fixes 2019-04-06 15:44:06 +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 Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
FormFactoryBuilder.php Remove legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
FormInterface.php Merge branch '3.4' into 4.2 2019-05-08 08:50:14 +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 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 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 [Form] various minor fixes 2019-04-06 15:44:06 +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 Remove legacy code related to getExtendedType() method 2019-05-29 14:08:52 -04:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
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 [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
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