Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/form/Symfony/Component/Form
..
Exception
Extension
Guess
Resources
Test
Tests
Util
.gitignore
AbstractExtension.php
AbstractRendererEngine.php
AbstractType.php
AbstractTypeExtension.php
Button.php
ButtonBuilder.php
ButtonTypeInterface.php
CHANGELOG.md
CallbackTransformer.php
ClickableInterface.php
DataMapperInterface.php
DataTransformerInterface.php
Form.php
FormBuilder.php
FormBuilderInterface.php
FormConfigBuilder.php
FormConfigBuilderInterface.php
FormConfigInterface.php
FormError.php
FormErrorIterator.php
FormEvent.php
FormEvents.php
FormExtensionInterface.php
FormFactory.php
FormFactoryBuilder.php
FormFactoryBuilderInterface.php
FormFactoryInterface.php
FormInterface.php
FormRegistry.php
FormRegistryInterface.php
FormRenderer.php
FormRendererEngineInterface.php
FormRendererInterface.php
FormTypeExtensionInterface.php
FormTypeGuesserChain.php
FormTypeGuesserInterface.php
FormTypeInterface.php
FormView.php
Forms.php
LICENSE
NativeRequestHandler.php
PreloadedExtension.php
README.md
RequestHandlerInterface.php
ResolvedFormType.php
ResolvedFormTypeFactory.php
ResolvedFormTypeFactoryInterface.php
ResolvedFormTypeInterface.php
ReversedTransformer.php
SubmitButton.php
SubmitButtonBuilder.php
SubmitButtonTypeInterface.php
composer.json
phpunit.xml.dist

README.md

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:

https://symfony.com/doc/2.6/book/forms.html

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Form/
$ composer install
$ phpunit