class FormDataExtractor implements FormDataExtractorInterface
Default implementation of {@link FormDataExtractorInterface}.
Methods
__construct(ValueExporter $valueExporter = null) | ||
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
__construct(ValueExporter $valueExporter = null)
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.