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
2017-06-21 18:08:25 +02:00
..
ChoiceList SCA with Php Inspections (EA Extended): 2.7 2017-06-10 17:25:31 -07:00
Deprecated fixes CS 2015-08-24 09:13:45 +02:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Extension Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -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 Further refactorings to PHPUnit namespaces 2017-02-21 09:32:25 +01:00
Tests fixed CS 2017-06-13 17:54:13 -07:00
Util Tag missing internals 2016-11-25 08:43:06 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
AbstractExtension.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
AbstractRendererEngine.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
AbstractType.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +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 fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
ButtonTypeInterface.php [Form] Implemented support for buttons 2013-04-13 16:46:28 +02:00
CallbackTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
CHANGELOG.md [Form] fix option name in changelog 2016-01-30 21:05:11 +01:00
ClickableInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
composer.json [Form] backport DependencyInjectionExtension tests 2017-03-05 20:15:18 +01: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 [Form] Improve the exceptions when trying to get the data in a PRE_SET_DATA listener and the data has not already been set 2017-03-24 10:02:28 +01:00
FormBuilder.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
FormBuilderInterface.php Fixed PHPdoc return references in FormBuilderInterface 2017-06-08 17:18:54 +10: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 '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 [Form] removed deprecated methods and classes 2013-03-23 11:48:19 +01:00
FormEvents.php Merge branch '2.6' into 2.7 2015-05-02 17:21:08 +02:00
FormExtensionInterface.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactory.php mix attr options between type-guess options and user options 2017-05-29 13:20:45 -04:00
FormFactoryBuilder.php [2.3][Form] Cleanup & fix phpdocs 2014-07-09 12:39:32 +02:00
FormFactoryBuilderInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
FormFactoryInterface.php fixed types in phpdocs 2014-04-16 08:51:57 +02:00
FormInterface.php fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
FormRegistry.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +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 SCA with Php Inspections (EA Extended): 2.7 2017-06-10 17:25:31 -07: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 removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormTypeExtensionInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FormTypeGuesserChain.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +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 [Form] Fix typo in doc comment 2016-09-14 09:33:27 +02: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 removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php [Form] fix and unify phpdoc 2013-10-31 15:15:49 +01:00
ResolvedFormTypeInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
ReversedTransformer.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SubmitButton.php fixed @return when returning this or static 2016-12-27 08:23:47 +01: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