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 fe012e8abb Merge branch '3.0'
* 3.0: (28 commits)
  [Console] Fix an autocompletion question helper issue with non-sequentially indexed choices
  [Process] Fix pipes handling
  [Finder] Partially revert #17134 to fix a regression
  Mentioned the deprecation of deep parameters in UPGRADE files
  [HttpKernel] Fix mem usage when stripping the prod container
  [Filesystem] Fix false positive in ->remove()
  [Filesystem] Cleanup/sync with 2.3
  [Validator] Fix the locale validator so it treats a locale alias as a valid locale
  [HttpFoundation] Fix transient test
  [HttpFoundation] Add a dependency on the mbstring polyfill
  [2.7] update readme files for new components
  add readme files where missing
  [2.8] update readme files for new components
  fix lowest TwigBridge deps versions
  reference form type by name on Symfony 2.7
  [EventDispatcher] fix syntax error
  Don't use reflections when possible
  Don't use reflections when possible
  [Form] Update form tests after the ICU data update
  [Intl] Update tests and the number formatter to match behaviour of the intl extension
  ...

Conflicts:
	src/Symfony/Component/Ldap/README.md
	src/Symfony/Component/Security/Core/README.md
	src/Symfony/Component/Security/Csrf/README.md
	src/Symfony/Component/Security/Http/README.md
2016-03-10 12:16:56 +01:00
..
ChoiceList Merge branch '2.8' into 3.0 2016-02-28 16:05:39 +01:00
Exception [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
Extension Merge branch '2.7' into 2.8 2016-03-02 11:10:16 +01:00
Guess [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Resources Merge branch '2.3' into 2.7 2016-02-22 17:12:29 +01:00
Test [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
Tests Merge branch '3.0' 2016-03-10 12:16:56 +01:00
Util [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +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 Added getBlockPrefix to FormTypeInterface 2015-11-28 12:15:28 +01: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 [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php Replace is_callable checks with type hints 2015-10-05 16:57:27 +02:00
CHANGELOG.md feature #17732 [DEPRECATION] : deprecated support for Traversable in method ResizeFormListener::PreSubmit (ybensacq) 2016-02-18 15:03:27 +01:00
ClickableInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
composer.json updated version to 3.1 2015-11-30 22:39:17 +01:00
DataMapperInterface.php [Form] Moved parent data inheritance from data mappers to Form 2013-04-19 10:09:37 +02:00
DataTransformerInterface.php Merge branch '2.2' 2013-05-06 22:03:44 +02:00
Form.php [Form] Remove unused private method 2016-01-25 18:52:24 +01: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 [Form] removed deprecated features 2015-10-01 16:20:48 +02: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] Add context to FormFactory deprecations 2015-12-02 14:02:29 +01:00
FormFactoryBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilderInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
FormFactoryInterface.php [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
FormInterface.php Merge branch '2.5' into 2.6 2014-12-05 13:00:15 +01:00
FormRegistry.php fix type assignement 2015-11-25 16:48:40 +01:00
FormRegistryInterface.php [Form] remove validation of FormRegistry::getType as FormRegistry::hasType does not validate either 2015-10-22 02:46:43 +02:00
FormRenderer.php [Form] Drop remaing CsrfProviderAdapter/Interface mentions 2015-11-28 10:23:07 +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 [3.0] Remove more deprecated interfaces in Form and Validator 2015-10-02 12:57:59 +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 Added getBlockPrefix to FormTypeInterface 2015-11-28 12:15:28 +01:00
FormView.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
NativeRequestHandler.php [2.3] Fix @link annotations 2015-04-10 20:54:05 +02:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PreloadedExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php [Form] Deprecated bind() and isBound() in favor of submit() and isSubmitted() 2013-04-20 18:05:58 +02:00
ResolvedFormType.php [Form] Added getBlockPrefix() to ResolvedFormTypeInterface 2015-11-29 22:12:04 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ResolvedFormTypeInterface.php [Form] Added getBlockPrefix() to ResolvedFormTypeInterface 2015-11-29 22:12:04 +01:00
ReversedTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php fixed types in phpdocs 2014-04-16 12:30:19 +02:00
SubmitButtonBuilder.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
SubmitButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00

Form Component

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

Resources