W3cubDocs

/Symfony 2.8

Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension

class FormTypeValidatorExtension extends BaseValidatorExtension

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
setDefaultOptions(OptionsResolverInterface $resolver)

Overrides the default options from the extended type.

from AbstractTypeExtension
configureOptions(OptionsResolver $resolver)

Configures the options for this type.

__construct(ValidatorInterface|ValidatorInterface $validator)
string getExtendedType()

Returns the name of the type being extended.

Details

public 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 The form builder
array $options The options

public 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 The view
FormInterface $form The form
array $options The options

public 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 The view
FormInterface $form The form
array $options The options

public setDefaultOptions(OptionsResolverInterface $resolver)

Overrides the default options from the extended type.

Parameters

OptionsResolverInterface $resolver The resolver for the options.

public configureOptions(OptionsResolver $resolver)

Configures the options for this type.

Parameters

OptionsResolver $resolver The resolver for the options.

public __construct(ValidatorInterface|ValidatorInterface $validator)

Parameters

ValidatorInterface|ValidatorInterface $validator

public string getExtendedType()

Returns the name of the type being extended.

Return Value

string The name of the type being extended