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
Christian Flothmann 411d9fa7a1 Merge branch '3.3' into 3.4
* 3.3: (64 commits)
  Show exception is checked twice in ExceptionController of twig
  allow SSI fragments configuration in XML files
  Display a better error message when the toolbar cannot be displayed
  render hidden _method field in form_rest()
  Add Doctrine Cache to dev dependencies to fix failing unit tests.
  return fallback locales whenever possible
  Fix Predis client cluster with pipeline
  [Dotenv] Test load() with multiple paths
  [Console] Fix catching exception type in QuestionHelper
  Improved the exception page when there is no message
  [WebProfilerBundle] Eliminate line wrap on count columnt (routing)
  [Validator] replace hardcoded service id
  [Routing] Fix XmlFileLoader exception message
  [DI] Dedup tags when using instanceof/autoconfigure
  [Translation] Fix FileLoader::loadResource() php doc
  Sessions: configurable "use_strict_mode" option for NativeSessionStorage
  [FrameworkBundle] [Command] Clean bundle directory, fixes #23177
  fixed CS
  [WebProfilerBundle] Fix the icon for the Cache panel
  [WebServerBundle] Fix router script path and check existence
  ...
2017-06-24 11:47:31 +02:00
..
ChoiceList Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
DependencyInjection [FrameworkBundle] Restore 3.2-like behavior for FormPass, to help BC with Sonata 2017-04-20 15:25:36 +02:00
Exception
Extension Merge branch '3.2' into 3.3 2017-06-01 14:01:25 -07:00
Guess [Form] fix guesed value param type in docblock 2017-05-29 10:38:15 +02:00
Resources Merge branch '2.3' into 2.7 2016-02-22 17:12:29 +01:00
Test rename getTypedExtensions() to getTypeExtensions() 2017-04-15 14:35:45 +02:00
Tests fixed CS 2017-06-13 17:54:13 -07:00
Util Merge branch '2.8' into 3.1 2016-11-25 13:27:14 +01:00
.gitignore
AbstractExtension.php
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 fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
ButtonBuilder.php Merge branch '2.8' into 3.1 2016-12-27 11:43:25 +01:00
ButtonTypeInterface.php
CallbackTransformer.php
CHANGELOG.md [Form] Deprecated usage of "choices" option in sub types 2017-03-27 18:52:54 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json [3.4] Allow 4.* deps 2017-05-24 11:02:43 +02:00
DataMapperInterface.php Add \Traversable typehint to phpdoc 2017-04-07 10:05:02 -07:00
DataTransformerInterface.php Fix copy-paste in PHPDoc comment text 2016-03-24 10:50:31 +01:00
Form.php Merge branch '2.8' into 3.2 2017-04-04 09:26:27 +02:00
FormBuilder.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
FormBuilderInterface.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
FormConfigBuilder.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
FormConfigBuilderInterface.php Fixed @return self with $this 2017-01-02 16:57:42 +01:00
FormConfigInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormError.php Merge branch '3.2' into 3.3 2017-06-02 11:51:43 +02:00
FormErrorIterator.php Add ability retrieve errors by their code. 2016-09-24 23:11:34 +03: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
FormFactory.php Merge branch '3.2' into 3.3 2017-06-06 05:13:52 +02:00
FormFactoryBuilder.php [Form] Removed unused ResolvedTypeFactory in FormFactory constructor 2017-01-10 21:49:17 +01:00
FormFactoryBuilderInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
FormFactoryInterface.php
FormInterface.php Merge branch '3.1' into 3.2 2016-12-27 11:44:30 +01:00
FormRegistry.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
FormRegistryInterface.php
FormRenderer.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +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 render hidden _method field in form_rest() 2017-06-21 18:08:25 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
NativeRequestHandler.php [form] lazy trans post_max_size_message. 2016-09-06 16:01:53 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02: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
ResolvedFormTypeInterface.php Merge branch '2.8' into 3.1 2016-12-29 22:40:29 +01:00
ReversedTransformer.php
SubmitButton.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources