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

FormDataExtractorInterface::extractViewVariables()

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

FormDataExtractorInterface::extractConfiguration()

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

FormDataExtractorInterface::extractDefaultData()

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

FormDataExtractorInterface::extractSubmittedData()

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

FormDataExtractor::extractSubmittedData()

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

FormDataExtractor::extractViewVariables()

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

FormDataExtractor::extractConfiguration()

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

FormDataExtractor::extractDefaultData()

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

FormDataCollectorInterface::getData()

array getData() Returns all collected data. Return Value array