Namespaces
Symfony\Component\Form\ExceptionSymfony\Component\Form\ExtensionSymfony\Component\Form\GuessSymfony\Component\Form\TestSymfony\Component\Form\Util
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 |
FormEvent | |
FormEvents | |
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. |
FormTypeGuesserChain | |
FormView | |
Forms | Entry point of the Form component. |
NativeRequestHandler | A request handler using PHP's super globals $GET, $POST and $_SERVER. |
PreloadedExtension | A form extension with preloaded types, type exceptions 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. |
Interfaces
ButtonTypeInterface | A type that should be converted into a {@link Button} instance. |
ClickableInterface | A clickable form element. |
DataMapperInterface | |
DataTransformerInterface | Transforms a value between different representations. |
FormBuilderInterface | |
FormConfigBuilderInterface | |
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 | |
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. |
Please login to continue.