class FormTypeCsrfExtension extends AbstractTypeExtension
Methods
buildForm(FormBuilderInterface $builder, array $options) Adds a CSRF field to the form when the CSRF protection is enabled.
buildView(FormView $view, FormInterface $form, array $options) Builds the view. from AbstractTypeExtension finishView(FormView $view, FormInterface $form, array $options) Adds a CSRF field to the root form view.
configureOptions(OptionsResolver $resolver) Configures the options for this ty