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
2019-08-21 16:37:38 +02:00
..
ChoiceList Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Command switched array() to [] 2019-01-16 10:39:14 +01:00
Console Fix json-encoding when JSON_THROW_ON_ERROR is used 2019-06-05 13:33:52 +02:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Extension Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Guess Remove useless docblocks 2017-10-29 10:49:53 +01:00
Resources fix Danish translations 2019-08-09 11:35:22 +02:00
Test Make tests support phpunit 8 2019-07-31 23:55:24 +02:00
Tests Backported return type violation bugfixes. 2019-08-21 16:37:38 +02:00
Util Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
AbstractRendererEngine.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
AbstractType.php [Form] fix some docblocks and type checks 2019-01-30 09:09:50 +01:00
AbstractTypeExtension.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
Button.php [Form] remove leftover int child phpdoc 2019-08-05 14:35:29 +02:00
ButtonBuilder.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
CHANGELOG.md Merge branch '3.3' into 3.4 2017-11-16 17:25:26 +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 '2.8' into 3.4 2018-05-21 12:06:52 +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 Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
FormBuilder.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
FormBuilderInterface.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +02:00
FormConfigBuilder.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +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 [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormErrorIterator.php Make tests support phpunit 8 2019-07-31 23:55:24 +02:00
FormEvent.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormEvents.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
FormFactoryBuilder.php Fix the configurability of CoreExtension deps in standalone usage 2019-04-07 15:12:11 +02:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php [Form] update type of form $name arguments 2019-07-31 13:55:54 +02:00
FormInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
FormRegistry.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormRegistryInterface.php [Form] remove validation of FormRegistry::getType as FormRegistry::hasType does not validate either 2015-10-22 02:46:43 +02:00
FormRenderer.php be keen to newcomers 2019-02-22 15:44:53 +01:00
FormRendererEngineInterface.php [Form] various minor fixes 2019-04-06 15:44:06 +02:00
FormRendererInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
Forms.php Fix the configurability of CoreExtension deps in standalone usage 2019-04-07 15:12:11 +02:00
FormTypeExtensionInterface.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
FormTypeGuesserChain.php [Form] various minor fixes 2019-04-06 15:44:06 +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 Fix some return type annotations. 2019-08-07 14:09:01 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php switched array() to [] 2019-01-16 10:39:14 +01: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 synchronise the form builder docblock 2019-01-22 15:49:00 +01:00
ResolvedFormTypeFactory.php [Form] Fixed ResolvedFormType to really be replaceable 2012-07-29 19:13:45 +02:00
ResolvedFormTypeFactoryInterface.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
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 [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
SubmitButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00

Form Component

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

Resources