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 5a855408e1 Merge branch '4.4'
* 4.4:
  [OptionsResolve] Revert change in tests for a not-merged change in code
  [HttpClient] fix handling of 3xx with no Location header - ignore Content-Length when no body is expected
  [Workflow] Made the configuration more robust for the 'property' key
  [Security/Core] make NativePasswordEncoder use sodium to validate passwords when possible
  [FrameworkBundle] make SodiumVault report bad decryption key accurately
  cs fix
  [Security] Allow to set a fixed algorithm
  [Security/Core] make encodedLength computation more generic
  [Security/Core] add fast path when encoded password cannot match anything
  #30432 fix an error message
  fix paths to detect code owners
  [HttpClient] ignore the body of responses to HEAD requests
  [Validator] Ensure numeric subpaths do not cause errors on PHP 7.4
  [SecurityBundle] Fix wrong assertion
  Remove unused local variables in tests
  [Yaml][Parser] Remove the getLastLineNumberBeforeDeprecation() internal unused method
  Make sure to collect child forms created on *_SET_DATA events
  [WebProfilerBundle] Improve display in Email panel for dark theme
  do not render errors for checkboxes twice
2019-10-28 22:51:41 +01:00
..
ChoiceList Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02: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 Merge branch '4.4' 2019-10-07 11:06:09 +02:00
DependencyInjection Merge branch '4.4' 2019-10-07 11:06:09 +02:00
Event Make dispatched events really final 2019-09-06 22:41:54 +02:00
Exception [Form] TransformationFailedException: Support specifying message to display 2019-03-26 22:35:30 +01:00
Extension Merge branch '4.4' 2019-10-28 22:51:41 +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 Merge branch '4.4' 2019-10-28 22:51:41 +01:00
Util Merge branch '4.4' 2019-08-22 15:39:30 +02:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
AbstractExtension.php Merge branch '4.4' 2019-08-20 16:46:00 +02:00
AbstractRendererEngine.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +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] Add parameter type declarations 2019-08-13 09:00:05 +02:00
ButtonBuilder.php Merge branch '4.3' into 4.4 2019-09-27 00:09:58 +02: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.4' 2019-10-07 11:06:09 +02:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php
composer.json [Form] Added CountryType option for using alpha3 country codes 2019-10-03 22:14:18 +02:00
DataMapperInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
DataTransformerInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
Form.php Merge branch '4.4' 2019-08-20 16:46:00 +02:00
FormBuilder.php Merge branch '4.4' 2019-08-22 15:39:30 +02:00
FormBuilderInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormConfigBuilder.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormConfigBuilderInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
FormConfigInterface.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
FormError.php Merge branch '4.4' 2019-08-26 11:05:36 +02:00
FormErrorIterator.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
FormEvent.php Merge branch '4.4' 2019-08-08 11:49:33 +02:00
FormEvents.php Merge branch '4.2' 2019-04-06 16:04:46 +02: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' 2019-08-19 12:49:00 +02:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php Merge branch '4.4' 2019-08-14 14:45:29 +02:00
FormInterface.php Merge branch '4.4' 2019-08-27 09:26:46 +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' 2019-10-07 11:06:09 +02: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 Merge branch '4.2' 2019-04-07 15:57:40 +02:00
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 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 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 [Form] Add parameter type declarations 2019-08-13 09:00:05 +02:00
README.md
RequestHandlerInterface.php Remove unneeded phpdocs 2019-08-08 11:37:48 +02:00
ResolvedFormType.php [Form] Add parameter type declarations 2019-08-13 09:00:05 +02: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 [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
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