interface FormTypeExtensionInterface
buildForm(FormBuilderInterface $builder, array $options) Builds the form. | ||
buildView(FormView $view, FormInterface $form, array $options) Builds the view. | ||
finishView(FormView $view, FormInterface $form, array $options) Finishes the view. | ||
configureOptions(OptionsResolver $resolver) Configures the options for this type. | ||
string | getExtendedType() Returns the name of the type being extended. |
Builds the form.
This method is called after the extended type has built the form to further modify it.
FormBuilderInterface | $builder | |
array | $options |
FormTypeInterface::buildForm |
Builds the view.
This method is called after the extended type has built the view to further modify it.
FormView | $view | |
FormInterface | $form | |
array | $options |
FormTypeInterface::buildView |
Finishes the view.
This method is called after the extended type has finished the view to further modify it.
FormView | $view | |
FormInterface | $form | |
array | $options |
FormTypeInterface::finishView |
Configures the options for this type.
OptionsResolver | $resolver | The resolver for the options |
Returns the name of the type being extended.
string | The name of the type being extended |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/FormTypeExtensionInterface.html