class DataCollectorTypeExtension extends AbstractTypeExtension
Type extension for collecting data of a form with this type.
Methods
buildForm(FormBuilderInterface $builder, array $options) Builds the form. | ||
buildView(FormView $view, FormInterface $form, array $options) Builds the view. | from AbstractTypeExtension | |
finishView(FormView $view, FormInterface $form, array $options) Finishes the view. | from AbstractTypeExtension | |
configureOptions(OptionsResolver $resolver) Configures the options for this type. | from AbstractTypeExtension | |
__construct(FormDataCollectorInterface $dataCollector) | ||
string | getExtendedType() Returns the name of the type being extended. |
Details
buildForm(FormBuilderInterface $builder, array $options)
Builds the form.
This method is called after the extended type has built the form to further modify it.
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.
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.
configureOptions(OptionsResolver $resolver)
Configures the options for this type.
__construct(FormDataCollectorInterface $dataCollector)
string getExtendedType()
Returns the name of the type being extended.
Please login to continue.