interface FormDataExtractorInterface
Extracts arrays of information out of forms.
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. |
Extracts the configuration data of a form.
FormInterface | $form |
array | Information about the form's configuration |
Extracts the default data of a form.
FormInterface | $form |
array | Information about the form's default data |
Extracts the submitted data of a form.
FormInterface | $form |
array | Information about the form's submitted data |
Extracts the view variables of a form.
FormView | $view |
array | Information about the view's variables |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.html