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 6a41f11fac Merge branch '2.8'
* 2.8:
  [travis] Add PHP 7 to allowed failures until segfaults are fixed
  [Intl] Fix test
  [Translator][fallback catalogues] fixed circular reference.
  bumped Symfony version to 2.3.33
  updated VERSION for 2.3.32
  update CONTRIBUTORS for 2.3.32
  updated CHANGELOG for 2.3.32
  Require symfony/intl ~2.4 when Locale::setDefault() is used
  [Form][2.7][ Choice type] fixed groups with empty array.
  [FrameworkBundle] Fix templating.helper.code.file_link_format when defined by ini setting
  [Config] Prototypes info
  [console] Use the description when no help is available

Conflicts:
	.travis.yml
	CHANGELOG-2.3.md
	src/Symfony/Component/Form/composer.json
	src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php
	src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php
	src/Symfony/Component/Translation/composer.json
	src/Symfony/Component/Validator/composer.json
2015-09-03 13:51:32 +02:00
..
ChoiceList [Form][2.7][ Choice type] fixed groups with empty array. 2015-08-31 20:22:13 +00:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Extension Merge branch '2.8' 2015-08-27 09:55:57 +02:00
Guess [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Resources Merge branch '2.3' into 2.5 2015-02-05 07:31:40 +01:00
Test Merge branch '2.3' into 2.6 2015-03-24 18:00:37 +01:00
Tests Merge branch '2.8' 2015-09-03 13:51:32 +02:00
Util [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
.gitignore
AbstractExtension.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
AbstractRendererEngine.php [2.3] [Config] [Console] [DependencyInjection] [DomCrawler] [Form] [HttpKernel] [PropertyAccess] [Security] [Translation] [Yaml] static code analysis, code cleanup 2015-03-07 08:38:01 +01:00
AbstractType.php Merge branch '2.8' 2015-08-01 12:05:47 +02:00
AbstractTypeExtension.php fixed CS 2015-06-11 21:09:58 +02:00
Button.php fixes CS 2015-08-24 09:13:45 +02:00
ButtonBuilder.php Merge branch '2.6' into 2.7 2015-07-22 12:11:00 +02:00
ButtonTypeInterface.php
CallbackTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
CHANGELOG.md Merge branch '2.8' 2015-07-01 22:40:29 +02:00
ClickableInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
composer.json Merge branch '2.7' into 2.8 2015-09-01 15:59:44 +02:00
DataMapperInterface.php
DataTransformerInterface.php
Form.php Merge branch '2.6' into 2.7 2015-07-13 11:09:54 +02:00
FormBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormBuilderInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormConfigBuilder.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
FormConfigBuilderInterface.php Docblock fixes 2014-11-30 13:33:44 +00:00
FormConfigInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormError.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
FormErrorIterator.php fixes CS 2015-08-24 09:13:45 +02:00
FormEvent.php
FormEvents.php Merge branch '2.8' 2015-05-12 17:48:43 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilderInterface.php
FormFactoryInterface.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormInterface.php Merge branch '2.5' into 2.6 2014-12-05 13:00:15 +01:00
FormRegistry.php [Form] made deprecation notice more precise 2015-08-24 09:31:47 +02:00
FormRegistryInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormRenderer.php Merge branch '2.3' into 2.6 2015-03-07 08:40:15 +01:00
FormRendererEngineInterface.php Docblock fixes 2014-11-30 13:33:44 +00:00
FormRendererInterface.php Merge branch '2.3' into 2.4 2014-07-15 16:07:10 +02:00
Forms.php [2.5] cleanup deprecated uses 2015-01-05 09:51:41 +01:00
FormTypeExtensionInterface.php [Form] Cleanup deprecation notices 2015-04-08 11:29:16 +02:00
FormTypeGuesserChain.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FormTypeGuesserInterface.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FormTypeInterface.php Merge branch '2.8' 2015-08-01 12:05:47 +02:00
FormView.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
NativeRequestHandler.php [2.3] Fix @link annotations 2015-04-10 20:54:05 +02:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
PreloadedExtension.php feature #15079 [Form] Deprecated FormTypeInterface::getName() and passing of type instances (webmozart) 2015-08-01 08:44:19 +02:00
README.md Merge branch '2.8' 2015-05-12 17:48:43 +02:00
RequestHandlerInterface.php
ResolvedFormType.php Merge branch '2.8' 2015-08-01 12:05:47 +02:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php Remove the deprecated OptionsResolverInterface 2015-01-20 14:17:10 +01:00
ReversedTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

Form provides tools for defining forms, rendering and mapping request data to related models. Furthermore it provides integration with the Validation component.

Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php

Documentation:

https://symfony.com/doc/3.0/book/forms.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Form/
$ composer install
$ phpunit