Component\Form\Extension\HttpFoundation

Namespaces Symfony\Component\Form\Extension\HttpFoundation\EventListenerSymfony\Component\Form\Extension\HttpFoundation\Type Classes HttpFoundationExtension Integrates the HttpFoundation component with the Form library. HttpFoundationRequestHandler A request processor using the {@link Request} class of the HttpFoundation component.

Component\Form\Extension\DependencyInjection

Classes DependencyInjectionExtension

Component\Form\Extension\DataCollector\Type

Classes DataCollectorTypeExtension Type extension for collecting data of a form with this type.

Component\Form\Extension\DataCollector\Proxy

Classes ResolvedTypeDataCollectorProxy Proxy that invokes a data collector when creating a form and its view. ResolvedTypeFactoryDataCollectorProxy Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} instances.

Component\Form\Extension\DataCollector\EventListener

Classes DataCollectorListener Listener that invokes a data collector for the {@link FormEvents::POSTSETDATA} and {@link FormEvents::POST_SUBMIT} events.

Component\Form\Extension\DataCollector

Namespaces Symfony\Component\Form\Extension\DataCollector\EventListenerSymfony\Component\Form\Extension\DataCollector\ProxySymfony\Component\Form\Extension\DataCollector\Type Classes DataCollectorExtension Extension for collecting data of the forms on a page. FormDataCollector Data collector for {@link \Symfony\Component\Form\FormInterface} instances. FormDataExtractor Default implementation of {@link FormDataExtractorInterface}. Interfaces FormDataCollectorInterface Collects

Component\Form\Extension\Csrf\Type

Classes FormTypeCsrfExtension

Component\Form\Extension\Csrf\EventListener

Classes CsrfValidationListener

Component\Form\Extension\Csrf\CsrfProvider

Classes DefaultCsrfProvider Default implementation of CsrfProviderInterface. SessionCsrfProvider This provider uses a Symfony2 Session object to retrieve the user's session ID. Interfaces CsrfProviderInterface Marks classes able to provide CSRF protection

Component\Form\Extension\Csrf

Namespaces Symfony\Component\Form\Extension\Csrf\CsrfProviderSymfony\Component\Form\Extension\Csrf\EventListenerSymfony\Component\Form\Extension\Csrf\Type Classes CsrfExtension This extension protects forms by using a CSRF token.