FormDataExtractorInterface

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 The form

Return Value

array Information about the form's configuration

array extractDefaultData(FormInterface $form)

Extracts the default data of a form.

Parameters

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

Return Value

array Information about the view's variables
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部