FormTypeExtensionInterface
interface FormTypeExtensionInterface
Methods
string
Details
at line 31
buildForm(FormBuilderInterface $builder, array $options)
Builds the form.
This method is called after the extended type has built the form to further modify it.
at line 41
buildView(FormView $view, FormInterface $form, array $options)
Builds the view.
This method is called after the extended type has built the view to further modify it.
at line 51
finishView(FormView $view, FormInterface $form, array $options)
Finishes the view.
This method is called after the extended type has finished the view to further modify it.
at line 58
configureOptions(OptionsResolver $resolver)
Configures the options for this type.
at line 67
string
getExtendedType()
deprecated
deprecated
Returns the name of the type being extended.