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
2018-03-23 15:53:02 +01:00
..
ChoiceList Merge branch '2.7' into 2.8 2018-03-10 12:19:36 -06:00
Command
Console
DependencyInjection
Exception
Extension Add a data_help method in Form 2018-03-23 15:53:01 +01:00
Guess
Resources [Form] Add translations for Tagalog 2018-02-13 10:02:42 +01:00
Test Merge branch '2.8' into 3.3 2018-01-29 10:02:23 +01:00
Tests Add test without help set 2018-03-23 15:53:02 +01:00
Util
.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 [Form] Support \DateTimeImmutable 2018-02-07 07:05:04 +01:00
ClickableInterface.php
composer.json Merge branch '4.0' 2018-03-01 11:22:02 +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 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