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 e336711cd9 Merge branch '2.7' into 2.8
* 2.7:
  do not mock the session in token storage tests
  Add Occitan plural rule
  Disallow illegal characters like "." in session.name
  fix rounding from string
2018-05-21 11:59:10 +02:00
..
ChoiceList Merge branch '2.7' into 2.8 2018-03-10 12:19:36 -06:00
Deprecated fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Extension Merge branch '2.7' into 2.8 2018-04-20 08:15:58 +02:00
Guess Remove useless docblocks 2017-10-29 10:49:53 +01:00
Resources minor #26801 Update da translations (c960657) 2018-04-04 19:11:55 +02:00
Test Removed assertDateTimeEquals() methods. 2018-01-27 12:01:42 +01:00
Tests Merge branch '2.7' into 2.8 2018-05-21 11:59:10 +02:00
Util Merge branch '2.7' into 2.8 2018-05-07 08:57:27 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
AbstractRendererEngine.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
AbstractType.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
AbstractTypeExtension.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
Button.php Fixed Button::setParent() when already submitted 2018-01-25 12:47:49 +01:00
ButtonBuilder.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
CHANGELOG.md Merge branch '2.7' into 2.8 2017-11-16 17:20:19 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json Fix security/* cross-dependencies 2018-05-17 12:20:34 +02:00
DataMapperInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
DataTransformerInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
Form.php Merge branch '2.7' into 2.8 2017-12-31 05:47:31 +01:00
FormBuilder.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
FormBuilderInterface.php Fixed PHPdoc return references in FormBuilderInterface 2017-06-08 17:18:54 +10:00
FormConfigBuilder.php [2.7][DX] Use constant message contextualisation for deprecations 2017-12-20 15:36:51 +01:00
FormConfigBuilderInterface.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
FormConfigInterface.php [Form] Fix phpdoc 2017-09-19 13:52:15 +02:00
FormError.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormErrorIterator.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
FormEvent.php [2.7] More docblock fixes 2017-11-07 15:04:08 +01:00
FormEvents.php Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php fixed some deprecation messages 2017-12-31 06:12:25 +01:00
FormFactoryBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormInterface.php minor #24740 [Form] Nullable FormInterface::getPropertyPath() (vudaltsov) 2017-11-05 07:51:20 -08:00
FormRegistry.php Merge branch '2.7' into 2.8 2018-05-01 15:52:40 -07: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 [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormRendererEngineInterface.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
FormRendererInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Forms.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormTypeExtensionInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormTypeGuesserChain.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormView.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
NativeRequestHandler.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PreloadedExtension.php Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +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 fixed some deprecation messages 2017-12-31 06:12:25 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ResolvedFormTypeInterface.php fixed @return when returning this or static 2016-12-27 11:52:11 +01:00
ReversedTransformer.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
SubmitButton.php Fixed submitting disabled buttons 2018-01-25 12:52:22 +01: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