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 df4ad4e7d4 Merge branch '4.2'
* 4.2: (27 commits)
  [VarExporter] dont call userland code with uninitialized objects
  Fix typos in doc blocks
  [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
  [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
  [FrameworkBundle] fix describing routes with no controllers
  [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
  Update ValidationListener.php
  [Yaml] ensures that the mb_internal_encoding is reset to its initial value
  [Messenger] Restore message handlers laziness
  [WebLink] Fixed documentation link
  [Security] getTargetPath of TargetPathTrait must return string or null
  [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
  Optimize perf by replacing call_user_func with dynamic vars
  [Cache] Fix dsn parsing
  [Routing] fix dumping same-path routes with placeholders
  [WebProfilerBundle][TwigBundle] CSS fixes
  Add a docblock for FormFactoryInterface
  [Security] defer log message in guard authenticator
  [Validator] Added IBAN format for Vatican City State
  merge conflicts
  ...
2018-12-13 13:43:21 +01:00
..
ChoiceList minor #29309 Optimize perf by replacing call_user_func with dynamic variables (ostrolucky) 2018-12-10 05:13:43 +01:00
Command [Form] Shortcut debug:form for partial type name 2018-12-08 16:57:44 +01:00
Console Show deprecated options definition on debug:form command 2018-09-04 09:37:57 -04:00
DependencyInjection simplify the form type extension registration 2018-10-08 23:29:09 +02:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Extension Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Guess Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources [Validator] Remove BOM in some xlf files 2018-06-19 10:02:14 +02:00
Test Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
Tests Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Util Merge branch '2.8' into 3.4 2018-11-15 13:14:04 +01:00
.gitignore
AbstractExtension.php simplify the form type extension registration 2018-10-08 23:29:09 +02:00
AbstractRendererEngine.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
AbstractType.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
AbstractTypeExtension.php simplify the form type extension registration 2018-10-08 23:29:09 +02:00
Button.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
ButtonBuilder.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02: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 [Form] Deprecate TimezoneType regions option 2018-10-25 10:54:23 +02: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 2018-12-13 13:39:50 +01:00
FormBuilder.php fix a return type hint 2018-10-09 15:30:13 +02:00
FormBuilderInterface.php Merge branch '2.8' into 3.2 2017-06-23 08:35:45 +02:00
FormConfigBuilder.php [Serializer] Improve perf a bit by not using a signaling exception when not needed 2018-10-17 20:52:05 +02: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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
FormErrorIterator.php Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02: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 Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
FormFactoryBuilder.php simplify the form type extension registration 2018-10-08 23:29:09 +02:00
FormFactoryBuilderInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
FormFactoryInterface.php Add a docblock for FormFactoryInterface 2018-12-09 17:12:38 +01:00
FormInterface.php Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01:00
FormRegistry.php Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
FormRegistryInterface.php
FormRenderer.php Merge branch '4.1' 2018-07-26 11:13:01 +02:00
FormRendererEngineInterface.php Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01:00
FormRendererInterface.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
Forms.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00
FormTypeExtensionInterface.php [Form] Fix @method annotation 2018-10-19 12:21:43 +02:00
FormTypeGuesserChain.php Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
FormTypeGuesserInterface.php DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
FormTypeInterface.php [CS] Enforces null type hint on last position in phpDocs 2018-10-02 00:12:00 -03:00
FormView.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
NativeRequestHandler.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PreloadedExtension.php simplify the form type extension registration 2018-10-08 23:29:09 +02: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 Consistently throw exceptions on a single line 2018-09-08 14:44:02 +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 [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