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.
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.
Please login to continue.