1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 19:32:18 -05:00
wallabag/vendor/symfony/form/Symfony/Component/Form
2013-08-03 19:26:54 +02:00
..
Exception twig implementation 2013-08-03 19:26:54 +02:00
Extension twig implementation 2013-08-03 19:26:54 +02:00
Guess twig implementation 2013-08-03 19:26:54 +02:00
Resources twig implementation 2013-08-03 19:26:54 +02:00
Test twig implementation 2013-08-03 19:26:54 +02:00
Tests twig implementation 2013-08-03 19:26:54 +02:00
Util twig implementation 2013-08-03 19:26:54 +02:00
.gitignore twig implementation 2013-08-03 19:26:54 +02:00
AbstractExtension.php twig implementation 2013-08-03 19:26:54 +02:00
AbstractRendererEngine.php twig implementation 2013-08-03 19:26:54 +02:00
AbstractType.php twig implementation 2013-08-03 19:26:54 +02:00
AbstractTypeExtension.php twig implementation 2013-08-03 19:26:54 +02:00
Button.php twig implementation 2013-08-03 19:26:54 +02:00
ButtonBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
ButtonTypeInterface.php twig implementation 2013-08-03 19:26:54 +02:00
CallbackTransformer.php twig implementation 2013-08-03 19:26:54 +02:00
CHANGELOG.md twig implementation 2013-08-03 19:26:54 +02:00
ClickableInterface.php twig implementation 2013-08-03 19:26:54 +02:00
composer.json twig implementation 2013-08-03 19:26:54 +02:00
DataMapperInterface.php twig implementation 2013-08-03 19:26:54 +02:00
DataTransformerInterface.php twig implementation 2013-08-03 19:26:54 +02:00
Form.php twig implementation 2013-08-03 19:26:54 +02:00
FormBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
FormBuilderInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormConfigBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
FormConfigBuilderInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormConfigInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormError.php twig implementation 2013-08-03 19:26:54 +02:00
FormEvent.php twig implementation 2013-08-03 19:26:54 +02:00
FormEvents.php twig implementation 2013-08-03 19:26:54 +02:00
FormExtensionInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormFactory.php twig implementation 2013-08-03 19:26:54 +02:00
FormFactoryBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
FormFactoryBuilderInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormFactoryInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormRegistry.php twig implementation 2013-08-03 19:26:54 +02:00
FormRegistryInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormRenderer.php twig implementation 2013-08-03 19:26:54 +02:00
FormRendererEngineInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormRendererInterface.php twig implementation 2013-08-03 19:26:54 +02:00
Forms.php twig implementation 2013-08-03 19:26:54 +02:00
FormTypeExtensionInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormTypeGuesserChain.php twig implementation 2013-08-03 19:26:54 +02:00
FormTypeGuesserInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormTypeInterface.php twig implementation 2013-08-03 19:26:54 +02:00
FormView.php twig implementation 2013-08-03 19:26:54 +02:00
LICENSE twig implementation 2013-08-03 19:26:54 +02:00
NativeRequestHandler.php twig implementation 2013-08-03 19:26:54 +02:00
phpunit.xml.dist twig implementation 2013-08-03 19:26:54 +02:00
PreloadedExtension.php twig implementation 2013-08-03 19:26:54 +02:00
README.md twig implementation 2013-08-03 19:26:54 +02:00
RequestHandlerInterface.php twig implementation 2013-08-03 19:26:54 +02:00
ResolvedFormType.php twig implementation 2013-08-03 19:26:54 +02:00
ResolvedFormTypeFactory.php twig implementation 2013-08-03 19:26:54 +02:00
ResolvedFormTypeFactoryInterface.php twig implementation 2013-08-03 19:26:54 +02:00
ResolvedFormTypeInterface.php twig implementation 2013-08-03 19:26:54 +02:00
ReversedTransformer.php twig implementation 2013-08-03 19:26:54 +02:00
SubmitButton.php twig implementation 2013-08-03 19:26:54 +02:00
SubmitButtonBuilder.php twig implementation 2013-08-03 19:26:54 +02:00
SubmitButtonTypeInterface.php twig implementation 2013-08-03 19:26:54 +02:00

Form Component

Form provides tools for defining forms, rendering and mapping request data to related models. Furthermore it provides integration with the Validation component.

Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php

Documentation:

http://symfony.com/doc/2.3/book/forms.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Form/
$ composer.phar install --dev
$ phpunit