Documentation

FormDataExtractorInterface

Extracts arrays of information out of forms.

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Methods

extractConfiguration()  : array<string|int, mixed>
Extracts the configuration data of a form.
extractDefaultData()  : array<string|int, mixed>
Extracts the default data of a form.
extractSubmittedData()  : array<string|int, mixed>
Extracts the submitted data of a form.
extractViewVariables()  : array<string|int, mixed>
Extracts the view variables of a form.

Methods

extractViewVariables()

Extracts the view variables of a form.

public extractViewVariables(FormView $view) : array<string|int, mixed>
Parameters
$view : FormView
Return values
array<string|int, mixed>

        
On this page

Search results