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 03acba5341 Merge branch '3.2'
* 3.2:
  fail when detecting risky tests
  fail when detecting risky tests
  fail when detecting risky tests
2017-04-12 07:14:56 -07:00
..
ChoiceList
DependencyInjection [DI] add ServiceLocatorTagPass::register() to share service locators 2017-04-01 13:57:21 +02:00
Exception
Extension feature #21919 [Form] Deprecated usage of "choices" option in sub types (HeahDude) 2017-04-05 11:14:26 -07:00
Guess
Resources
Test [DX] [Form] Add helper method to register form extensions during unit testing 2017-03-06 10:21:32 -08:00
Tests Merge branch '3.2' 2017-04-11 20:40:10 +02:00
Util
.gitignore
AbstractExtension.php
AbstractRendererEngine.php
AbstractType.php
AbstractTypeExtension.php Removed deprecated setDefaultOptions methods 2015-01-20 07:08:27 +01:00
Button.php
ButtonBuilder.php
ButtonTypeInterface.php
CallbackTransformer.php
CHANGELOG.md [Form] Deprecated usage of "choices" option in sub types 2017-03-27 18:52:54 +02:00
ClickableInterface.php
composer.json Merge branch '2.7' into 2.8 2017-03-05 11:52:29 -08:00
DataMapperInterface.php Add \Traversable typehint to phpdoc 2017-04-07 10:05:02 -07:00
DataTransformerInterface.php
Form.php Merge branch '2.8' into 3.2 2017-04-04 09:26:27 +02:00
FormBuilder.php
FormBuilderInterface.php
FormConfigBuilder.php
FormConfigBuilderInterface.php
FormConfigInterface.php
FormError.php
FormErrorIterator.php
FormEvent.php
FormEvents.php
FormExtensionInterface.php
FormFactory.php [Form] Removed unused ResolvedTypeFactory in FormFactory constructor 2017-01-10 21:49:17 +01:00
FormFactoryBuilder.php
FormFactoryBuilderInterface.php
FormFactoryInterface.php
FormInterface.php
FormRegistry.php
FormRegistryInterface.php
FormRenderer.php
FormRendererEngineInterface.php
FormRendererInterface.php
Forms.php
FormTypeExtensionInterface.php
FormTypeGuesserChain.php
FormTypeGuesserInterface.php
FormTypeInterface.php
FormView.php
LICENSE
NativeRequestHandler.php
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
PreloadedExtension.php
README.md
RequestHandlerInterface.php
ResolvedFormType.php
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php
ReversedTransformer.php
SubmitButton.php
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources