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::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

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::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

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

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::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::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

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

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(Fo