Namespaces

Classes

Default implementation of {@link FormRendererEngineInterface}.
A form button.
A builder for {@link Button} instances.
Form represents a form.
A builder for creating {@link Form} instances.
A basic form configuration.
Wraps errors in forms.
Iterates over the errors of a form.
To learn more about how form events work check the documentation entry at {@link https://symfony.com/doc/any/components/form/form_events.html}.
The default implementation of FormFactoryBuilderInterface.
The central registry of the Form component.
Renders a form into HTML using a rendering engine.
Entry point of the Form component.
A request handler using PHP super globals $_GET, $_POST and $_SERVER.
A form extension with preloaded types, type extensions and type guessers.
A wrapper for a form type and its extensions.
Reverses a transformer.
A button that submits the form.
A builder for {@link SubmitButton} instances.

Interfaces

A type that should be converted into a {@link Button} instance.
A form element whose errors can be cleared.
A clickable form element.
Transforms a value between different representations.
The configuration of a {@link Form} object.
Interface for extensions which provide types, type extensions and a guesser.
A builder for FormFactoryInterface objects.
Allows creating a form based on a name, a class or a property.
A form group bundling multiple forms in a hierarchical structure.
The central registry of the Form component.
Adapter for rendering form templates with a specific templating engine.
Renders a form into HTML.
Submits forms if they were submitted.
Creates ResolvedFormTypeInterface instances.
A wrapper for a form type and its extensions.
A type that should be converted into a {@link SubmitButton} instance.