Skip to content
The Form component allows you to easily create, process and reuse HTML forms.
PHP
Branch: master
Clone or download
nicolas-grekas Merge branch '4.4'
* 4.4:
  bumped Symfony version to 4.3.5
  Sort components on CI
  fix parameter type declaration and make fabbot happy
  Upgraded CI Composer
  updated VERSION for 4.3.4
  updated CHANGELOG for 4.3.4
  bumped Symfony version to 3.4.32
  updated VERSION for 3.4.31
  update CONTRIBUTORS for 3.4.31
  updated CHANGELOG for 3.4.31
Latest commit 0eba7b7 Aug 27, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ChoiceList
Command add parameter type declarations to private methods Jul 31, 2019
Console [Form] Add parameter type declarations Aug 13, 2019
DependencyInjection Remove legacy code related to getExtendedType() method May 29, 2019
Event Mark all dispatched event classes as final Aug 21, 2019
Exception [Form] TransformationFailedException: Support specifying message to d… Mar 26, 2019
Extension Merge branch '4.4' Aug 26, 2019
Guess Replace more docblocks by type-hints Nov 7, 2017
Resources fix Danish translations Aug 9, 2019
Test
Tests Merge branch '4.4' Aug 27, 2019
Util Merge branch '4.4' Aug 22, 2019
.gitignore Added missing files .gitignore Jul 21, 2013
AbstractExtension.php Merge branch '4.4' Aug 20, 2019
AbstractRendererEngine.php [Form] Add parameter type declarations Aug 13, 2019
AbstractType.php [Form] fix some docblocks and type checks Jan 30, 2019
AbstractTypeExtension.php Remove legacy code related to getExtendedType() method May 29, 2019
Button.php [Form] Add parameter type declarations Aug 13, 2019
ButtonBuilder.php Merge branch '4.4' Aug 26, 2019
ButtonTypeInterface.php [Form] Implemented support for buttons Apr 13, 2013
CHANGELOG.md Merge branch '4.4' Aug 21, 2019
CallbackTransformer.php Merge branch '3.4' into 4.2 Apr 6, 2019
ClearableErrorsInterface.php [Form] Add ability to clear form errors Jun 25, 2018
ClickableInterface.php removed dots at the end of @param and @return Jun 28, 2016
DataMapperInterface.php [Form] Add parameter type declarations Aug 13, 2019
DataTransformerInterface.php [Form] various minor fixes Apr 6, 2019
Form.php Merge branch '4.4' Aug 20, 2019
FormBuilder.php Merge branch '4.4' Aug 22, 2019
FormBuilderInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormConfigBuilder.php [Form] Add parameter type declarations Aug 13, 2019
FormConfigBuilderInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormConfigInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormError.php Merge branch '4.4' Aug 26, 2019
FormErrorIterator.php Remove unneeded phpdocs Aug 8, 2019
FormEvent.php Merge branch '4.4' Aug 8, 2019
FormEvents.php Merge branch '4.2' Apr 6, 2019
FormExtensionInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormFactory.php [Form] Add parameter type declarations Aug 13, 2019
FormFactoryBuilder.php Merge branch '4.4' Aug 19, 2019
FormFactoryBuilderInterface.php [DI] minor docblock fixes Oct 24, 2017
FormFactoryInterface.php Merge branch '4.4' Aug 14, 2019
FormInterface.php Merge branch '4.4' Aug 27, 2019
FormRegistry.php [Form] Add parameter type declarations Aug 13, 2019
FormRegistryInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormRenderer.php [Form] Add parameter type declarations Aug 13, 2019
FormRendererEngineInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormRendererInterface.php [Form] Add parameter type declarations Aug 13, 2019
FormTypeExtensionInterface.php Merge branch '4.4' Aug 8, 2019
FormTypeGuesserChain.php [Form] Add parameter type declarations Aug 13, 2019
FormTypeGuesserInterface.php add parameter type declarations where possible Jul 27, 2019
FormTypeInterface.php Remove unneeded phpdocs Aug 8, 2019
FormView.php switched array() to [] Jan 16, 2019
Forms.php Merge branch '4.2' Apr 7, 2019
LICENSE update year in license files Jan 1, 2019
NativeRequestHandler.php Turned return type annotations of private methods into php return types. Aug 7, 2019
PreloadedExtension.php [Form] Add parameter type declarations Aug 13, 2019
README.md Updated all the README files Mar 4, 2016
RequestHandlerInterface.php Remove unneeded phpdocs Aug 8, 2019
ResolvedFormType.php [Form] Add parameter type declarations Aug 13, 2019
ResolvedFormTypeFactory.php [Form] Fixed ResolvedFormType to really be replaceable Jul 29, 2012
ResolvedFormTypeFactoryInterface.php Remove superfluous phpdoc tags Aug 14, 2019
ResolvedFormTypeInterface.php [Form] Add parameter type declarations Aug 13, 2019
ReversedTransformer.php [DI] minor docblock fixes Oct 24, 2017
SubmitButton.php [Form] Add parameter type declarations Aug 13, 2019
SubmitButtonBuilder.php [Form] fix and unify phpdoc Oct 31, 2013
SubmitButtonTypeInterface.php [Form] Implemented support for buttons Apr 13, 2013
composer.json [Form] Add parameter type declarations Aug 13, 2019
phpunit.xml.dist Bump phpunit XSD version to 5.2 Nov 11, 2018

README.md

You can’t perform that action at this time.