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 a28c522790 Merge branch '3.1' into 3.2
* 3.1: (28 commits)
  Fix merge
  [Validator] add class name to the cache key
  [Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize
  Throw less misleading exception when property access not found
  [Twig] Fix deprecations with Twig 1.29
  Fixed typo
  [FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed
  Fix email address
  fix the docblock in regard to the role argument
  Don't use the "app" global variable in the profiler
  [VarDumper] fix tests when xdebug is enabled
  Fix merge
  FIXED NON EXISTING TYPE DECLARATION
  [Cache] Fix dumping SplDoublyLinkedList iter mode
  [Console] fixed PHP7 Errors when not using Dispatcher
  Regression test for missing controller arguments (3.1)
  Regression test for missing controller arguments
  fix a test checking for a value
  [Form][DX] FileType "multiple" fixes
  fixed CS
  ...
2016-12-08 16:18:22 +01:00
..
ChoiceList Merge branch '3.1' 2016-11-06 08:24:48 -08:00
Exception [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
Extension Merge branch '3.1' into 3.2 2016-12-08 16:18:22 +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 Merge branch '3.1' 2016-07-05 13:11:18 +02:00
Tests Merge branch '3.1' into 3.2 2016-12-08 16:18:22 +01:00
Util Merge branch '2.8' into 3.1 2016-11-25 13:27:14 +01:00
.gitignore
AbstractExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
AbstractRendererEngine.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
AbstractType.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
AbstractTypeExtension.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Button.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ButtonBuilder.php Merge branch '2.8' into 3.0 2016-07-10 10:04:44 +02:00
ButtonTypeInterface.php
CallbackTransformer.php Replace is_callable checks with type hints 2015-10-05 16:57:27 +02:00
CHANGELOG.md [Form] implemented ChoiceLoaderInterface in children of ChoiceType 2016-06-13 12:03:28 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json [HttpKernel] Use VarDumper in the profiler 2016-09-17 16:23:20 +02:00
DataMapperInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
DataTransformerInterface.php Fix copy-paste in PHPDoc comment text 2016-03-24 10:50:31 +01:00
Form.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
FormBuilder.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormBuilderInterface.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormConfigBuilder.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormConfigBuilderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormConfigInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormError.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
FormErrorIterator.php removed @since 2016-07-04 07:27:33 +02:00
FormEvent.php
FormEvents.php move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormFactoryBuilder.php [Form] Deprecated FormTypeInterface::getName() and passing of type instances 2015-07-02 10:02:46 +02:00
FormFactoryBuilderInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormFactoryInterface.php [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
FormInterface.php Merge branch '3.1' 2016-07-05 13:11:18 +02:00
FormRegistry.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02: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 Merge branch '2.8' into 3.0 2016-06-28 18:26:27 +02:00
FormRendererEngineInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormRendererInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Forms.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormTypeExtensionInterface.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormTypeGuesserChain.php [Form] Change FormTypeGuesserChain to accept Traversable 2016-09-24 18:09:44 +02:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
FormView.php Revert "bug #20080 [Form] compound forms without children should be considered rendered implicitly (backbone87)" 2016-09-29 16:48:55 -07:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
NativeRequestHandler.php [form] lazy trans post_max_size_message. 2016-09-06 16:01:53 +01:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
PreloadedExtension.php Merge branch '2.8' into 3.1 2016-09-14 13:33:02 -07:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ResolvedFormType.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ResolvedFormTypeInterface.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
ReversedTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
SubmitButtonBuilder.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
SubmitButtonTypeInterface.php

Form Component

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

Resources