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 9d4abf842f Merge branch '3.4' into 4.0
* 3.4:
  [Form] fix truncating form views in data collector
  [TwigBridge][Form] fix tests by moving AbstractBootstrap* cases to the bridge
2018-07-23 17:02:07 +02:00
..
ChoiceList Merge branch '2.7' into 2.8 2018-03-10 12:19:36 -06:00
Command
Console
DependencyInjection
Exception
Extension Merge branch '3.4' into 4.0 2018-07-23 17:02:07 +02:00
Guess
Resources [Validator] Remove BOM in some xlf files 2018-06-19 10:02:14 +02:00
Test [Form] fix tests on old phpunit versions 2018-05-22 14:52:11 +02:00
Tests Merge branch '3.4' into 4.0 2018-07-23 17:02:07 +02:00
Util Merge branch '2.8' into 3.4 2018-05-07 09:00:50 +02:00
.gitignore
AbstractExtension.php
AbstractRendererEngine.php
AbstractType.php
AbstractTypeExtension.php
Button.php Fixed Button::setParent() when already submitted 2018-01-25 12:47:49 +01:00
ButtonBuilder.php
ButtonTypeInterface.php
CallbackTransformer.php
CHANGELOG.md
ClickableInterface.php
composer.json Merge branch '2.8' into 3.4 2018-05-21 12:06:52 +02:00
DataMapperInterface.php
DataTransformerInterface.php
Form.php
FormBuilder.php
FormBuilderInterface.php
FormConfigBuilder.php Merge branch '3.4' into 4.0 2018-07-16 15:59:46 +02:00
FormConfigBuilderInterface.php
FormConfigInterface.php
FormError.php
FormErrorIterator.php
FormEvent.php
FormEvents.php
FormExtensionInterface.php
FormFactory.php Merge branch '3.2' into 3.3 2017-06-06 05:13:52 +02:00
FormFactoryBuilder.php
FormFactoryBuilderInterface.php
FormFactoryInterface.php
FormInterface.php fixed CS 2018-05-11 17:58:37 +02:00
FormRegistry.php Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
FormRegistryInterface.php
FormRenderer.php Merge branch '3.4' into 4.0 2018-04-02 12:05:09 +02:00
FormRendererEngineInterface.php
FormRendererInterface.php
Forms.php
FormTypeExtensionInterface.php
FormTypeGuesserChain.php
FormTypeGuesserInterface.php
FormTypeInterface.php
FormView.php fixed CS 2018-05-16 14:49:49 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
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 Fixed submitting disabled buttons 2018-01-25 12:52:22 +01:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources