interface ButtonTypeInterface implements FormTypeInterface
A type that should be converted into a {@link Button} instance.
Methods
buildForm(FormBuilderInterface $builder, array $options) Builds the form. from FormTypeInterface buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from FormTypeInterface finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from FormTypeInterface setDefaultOptions(OptionsResolver