Form
Table of Contents
Namespaces
Interfaces
- ButtonTypeInterface
- A type that should be converted into a {@link Button} instance.
- ClearableErrorsInterface
- A form element whose errors can be cleared.
- ClickableInterface
- A clickable form element.
- DataAccessorInterface
- Writes and reads values to/from an object or array bound to a form.
- DataMapperInterface
- DataTransformerInterface
- Transforms a value between different representations.
- FormBuilderInterface
- FormConfigBuilderInterface
- The configuration of a {@link Form} object.
- FormConfigInterface
- The configuration of a {@link Form} object.
- FormExtensionInterface
- Interface for extensions which provide types, type extensions and a guesser.
- FormFactoryBuilderInterface
- A builder for FormFactoryInterface objects.
- FormFactoryInterface
- Allows creating a form based on a name, a class or a property.
- FormInterface
- A form group bundling multiple forms in a hierarchical structure.
- FormRegistryInterface
- The central registry of the Form component.
- FormRendererEngineInterface
- Adapter for rendering form templates with a specific templating engine.
- FormRendererInterface
- Renders a form into HTML.
- FormTypeExtensionInterface
- FormTypeGuesserInterface
- FormTypeInterface
- RequestHandlerInterface
- Submits forms if they were submitted.
- ResolvedFormTypeFactoryInterface
- Creates ResolvedFormTypeInterface instances.
- ResolvedFormTypeInterface
- A wrapper for a form type and its extensions.
- SubmitButtonTypeInterface
- A type that should be converted into a {@link SubmitButton} instance.
Classes
- AbstractExtension
- AbstractRendererEngine
- Default implementation of {@link FormRendererEngineInterface}.
- AbstractType
- AbstractTypeExtension
- Button
- A form button.
- ButtonBuilder
- A builder for {@link Button} instances.
- CallbackTransformer
- Form
- Form represents a form.
- FormBuilder
- A builder for creating {@link Form} instances.
- FormConfigBuilder
- A basic form configuration.
- FormError
- Wraps errors in forms.
- FormErrorIterator
- Iterates over the errors of a form.
- FormEvent
- Event is the base class for classes containing event data.
- FormEvents
- To learn more about how form events work check the documentation entry at {@link https://symfony.com/doc/any/components/form/form_events.html}.
- FormFactory
- FormFactoryBuilder
- The default implementation of FormFactoryBuilderInterface.
- FormRegistry
- The central registry of the Form component.
- FormRenderer
- Renders a form into HTML using a rendering engine.
- Forms
- Entry point of the Form component.
- FormTypeGuesserChain
- FormView
- NativeRequestHandler
- A request handler using PHP super globals $_GET, $_POST and $_SERVER.
- PreloadedExtension
- A form extension with preloaded types, type extensions and type guessers.
- ResolvedFormType
- A wrapper for a form type and its extensions.
- ResolvedFormTypeFactory
- ReversedTransformer
- Reverses a transformer.
- SubmitButton
- A button that submits the form.
- SubmitButtonBuilder
- A builder for {@link SubmitButton} instances.