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 4d4dec3d41 Merge branch '2.7' into 2.8
* 2.7:
  [SecurityBundle] only pass relevant user provider
  [Intl] Make tests pass after the ICU data update
  [Intl] Update ICU data to 58.2
  [DependencyInjection] removed dead code.
  [Yaml] Stop replacing NULLs when merging
2017-02-27 18:24:56 -08:00
..
ChoiceList
Deprecated
Exception
Extension Merge branch '2.7' into 2.8 2017-02-06 13:04:06 +01:00
Guess
Resources
Test Further refactorings to PHPUnit namespaces 2017-02-21 09:32:25 +01:00
Tests Merge branch '2.7' into 2.8 2017-02-27 18:24:56 -08:00
Util
.gitignore
AbstractExtension.php
AbstractRendererEngine.php
AbstractType.php
AbstractTypeExtension.php
Button.php
ButtonBuilder.php
ButtonTypeInterface.php
CallbackTransformer.php
CHANGELOG.md
ClickableInterface.php
composer.json Merge branch '2.7' into 2.8 2017-02-21 15:21:52 +01:00
DataMapperInterface.php
DataTransformerInterface.php
Form.php
FormBuilder.php
FormBuilderInterface.php
FormConfigBuilder.php
FormConfigBuilderInterface.php
FormConfigInterface.php
FormError.php
FormErrorIterator.php
FormEvent.php
FormEvents.php
FormExtensionInterface.php
FormFactory.php
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
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