W3cubDocs

/Symfony 4.1

FormDataExtractorInterface

interface FormDataExtractorInterface

Extracts arrays of information out of forms.

Methods

array extractConfiguration(FormInterface $form)

Extracts the configuration data of a form.

array extractDefaultData(FormInterface $form)

Extracts the default data of a form.

array extractSubmittedData(FormInterface $form)

Extracts the submitted data of a form.

array extractViewVariables(FormView $view)

Extracts the view variables of a form.

Details

array extractConfiguration(FormInterface $form)

Extracts the configuration data of a form.

Parameters

FormInterface $form

Return Value

array Information about the form's configuration

array extractDefaultData(FormInterface $form)

Extracts the default data of a form.

Parameters

FormInterface $form

Return Value

array Information about the form's default data

array extractSubmittedData(FormInterface $form)

Extracts the submitted data of a form.

Parameters

FormInterface $form

Return Value

array Information about the form's submitted data

array extractViewVariables(FormView $view)

Extracts the view variables of a form.

Parameters

FormView $view

Return Value

array Information about the view's variables