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 c3cf08e238 minor #30230 [Form] undeprecate date formats in single_text widgets (xabbuh)
This PR was merged into the 4.3-dev branch.

Discussion
----------

[Form] undeprecate date formats in single_text widgets

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

1a983d07db undeprecate date formats in single_text widgets
2019-02-20 08:44:41 +01:00
..
ChoiceList fixed CS 2019-01-16 19:35:49 +01:00
Command Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Console [Form] Fix describing closures 2019-02-19 15:40:04 +01:00
DependencyInjection Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extension minor #30230 [Form] undeprecate date formats in single_text widgets (xabbuh) 2019-02-20 08:44:41 +01:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources Add Vietnamese translation for validators 2018-12-19 22:06:34 +01:00
Test allow to skip tests based on the supported version 2019-02-14 15:58:36 +01:00
Tests minor #30230 [Form] undeprecate date formats in single_text widgets (xabbuh) 2019-02-20 08:44:41 +01:00
Util fixed short array CS in comments 2019-01-16 14:27:11 +01:00
.gitignore
AbstractExtension.php fixed CS 2019-01-16 21:35:37 +01:00
AbstractRendererEngine.php fixed CS 2019-01-16 19:35:49 +01:00
AbstractType.php [Form] fix some docblocks and type checks 2019-01-30 09:09:50 +01:00
AbstractTypeExtension.php simplify the form type extension registration 2018-10-08 23:29:09 +02:00
Button.php switched array() to [] 2019-01-16 10:39:14 +01:00
ButtonBuilder.php fixed CS 2019-01-16 19:35:49 +01:00
ButtonTypeInterface.php
CallbackTransformer.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
CHANGELOG.md Drop \Serializable 2019-02-17 10:56:33 +01:00
ClearableErrorsInterface.php [Form] Add ability to clear form errors 2018-06-25 11:51:51 +02:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01: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 '4.1' into 4.2 2019-01-25 15:35:16 +01:00
FormBuilder.php synchronise the form builder docblock 2019-01-22 15:49:00 +01:00
FormBuilderInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
FormConfigBuilder.php fixed CS 2019-01-16 21:35:37 +01:00
FormConfigBuilderInterface.php Revert "fixed CS" 2018-10-21 01:16:31 +02:00
FormConfigInterface.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
FormError.php Drop \Serializable 2019-02-17 10:56:33 +01:00
FormErrorIterator.php switched array() to [] 2019-01-16 10:39:14 +01:00
FormEvent.php [2.7] More docblock fixes 2017-11-07 15:04:08 +01:00
FormEvents.php fix the constant value to be consistent with the name 2017-10-19 12:41:04 -04:00
FormExtensionInterface.php
FormFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
FormFactoryBuilder.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
FormInterface.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FormRegistry.php switched array() to [] 2019-01-16 10:39:14 +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 Merge branch '4.1' into 4.2 2019-01-29 10:49:29 +01:00
FormRendererEngineInterface.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FormRendererInterface.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Forms.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FormTypeExtensionInterface.php [Form] Fix @method annotation 2018-10-19 12:21:43 +02:00
FormTypeGuesserChain.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FormTypeGuesserInterface.php add missing null return type 2019-02-08 18:03:34 +01:00
FormTypeInterface.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
FormView.php switched array() to [] 2019-01-16 10:39:14 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
NativeRequestHandler.php Merge branch '3.4' into 4.2 2019-02-08 14:06:27 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RequestHandlerInterface.php [Form] Add phpdoc to RequestHandlerInterface::isFileUpload() method 2017-11-20 18:59:30 +01:00
ResolvedFormType.php synchronise the form builder docblock 2019-01-22 15:49:00 +01:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php switched array() to [] 2019-01-16 10:39:14 +01:00
ReversedTransformer.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
SubmitButton.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php

Form Component

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

Resources