FormTypeExtensionInterface
interface FormTypeExtensionInterface
Methods
static iterable
getExtendedTypes()
Gets the extended types.
void
configureOptions(OptionsResolver$resolver)
No description
void
buildForm(FormBuilderInterface$builder,array$options)
Builds the form.
void
buildView(FormView$view,FormInterface$form,array$options)
Builds the view.
void
finishView(FormView$view,FormInterface$form,array$options)
Finishes the view.
Details
void
buildForm(FormBuilderInterface$builder,array$options)
Builds the form.
This method is called after the extended type has built the form to further modify it.