class TransformationFailureExtension extends AbstractTypeExtension

Methods

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() deprecated

Returns the name of the type being extended.

__construct(TranslatorInterface $translator = null)

No description

static iterable
getExtendedTypes()

{@inheritdoc}

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.

Parameters

FormBuilderInterface $builder
array $options

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.

Parameters

FormView $view
FormInterface $form
array $options

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.

Parameters

FormView $view
FormInterface $form
array $options

configureOptions(OptionsResolver $resolver)

Configures the options for this type.

Parameters

OptionsResolver $resolver The resolver for the options

string getExtendedType() deprecated

deprecated since Symfony 4.2, use getExtendedTypes() instead.

Returns the name of the type being extended.

Return Value

string The name of the type being extended

__construct(TranslatorInterface $translator = null)

Parameters

TranslatorInterface $translator

static iterable getExtendedTypes()

{@inheritdoc}

Return Value

iterable