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
Maxime Steinhausser c88158a6da Merge branch '3.4'
* 3.4:
  fixed CS
  [Serializer] Add Support for  in CustomNormalizer
  Remove Validator\TypeTestCase and add validator logic to base TypeTestCase
  [Lock] Include lock component in framework bundle
  [WebProfilerBundle] Render file links for twig templates
  CsvEncoder handling variable structures and custom header order
  Saltless Encoder Interface
  [Serializer] throw more specific exceptions

# Conflicts:
#	src/Symfony/Bundle/FrameworkBundle/composer.json
#	src/Symfony/Bundle/SecurityBundle/Command/UserPasswordEncoderCommand.php
#	src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
#	src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php
#	src/Symfony/Component/Serializer/Serializer.php
2017-09-27 20:38:05 +02:00
..
ChoiceList Merge branch '3.4' 2017-09-11 13:45:27 -07:00
Command [Form] Add ambiguous & exception debug:form tests 2017-09-23 00:36:11 +02:00
Console Display form defaults on debug:form 2017-09-15 18:14:52 +02:00
DependencyInjection Display form defaults on debug:form 2017-09-15 18:14:52 +02:00
Exception [Form] removed deprecated features 2015-10-01 16:20:48 +02:00
Extension [Form] Remove deprecated ChoiceLoaderInterface implementation in TimezoneType 2017-09-17 20:01:07 +02: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 Remove Validator\TypeTestCase and add validator logic to base TypeTestCase 2017-09-27 09:12:32 -07:00
Tests Merge branch '3.4' 2017-09-27 20:38:05 +02:00
Util Merge branch '3.3' into 3.4 2017-09-15 10:11:35 -07:00
.gitignore
AbstractExtension.php [Form] removed deprecated FormType::getName() 2015-10-01 16:20:48 +02:00
AbstractRendererEngine.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07: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 [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
ButtonBuilder.php Merge branch '2.8' into 3.3 2017-09-11 13:43:11 -07:00
ButtonTypeInterface.php
CallbackTransformer.php Replace is_callable checks with type hints 2015-10-05 16:57:27 +02:00
CHANGELOG.md [Form] Remove deprecated ChoiceLoaderInterface implementation in TimezoneType 2017-09-17 20:01:07 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json fix merge 2017-08-31 20:43:21 +02:00
DataMapperInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
DataTransformerInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
Form.php Merge branch '3.4' 2017-09-11 13:45:27 -07: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 Merge branch '2.8' into 3.3 2017-09-11 13:43:11 -07:00
FormConfigBuilderInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
FormConfigInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
FormError.php Merge branch '3.2' into 3.3 2017-06-02 11:51:43 +02:00
FormErrorIterator.php fixed CS 2017-09-11 14:23:01 -07: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 '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 [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
FormInterface.php fixed CS 2017-09-11 14:45:47 -07: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.2 2017-06-23 08:35:45 +02:00
FormRendererEngineInterface.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
FormRendererInterface.php [FrameworkBundle] Fix Di config to allow for more private services 2017-09-05 18:47:43 +02:00
Forms.php Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +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.7' into 2.8 2017-09-15 11:59:38 +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 [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php [CS] Apply phpdoc_annotation_without_dot 2017-09-11 13:37:52 -07:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources