You are here

public function YamlFormSubmissionExporterInterface::getValuesFromInput in YAML Form 8

Get the values from the form's user input or form state values.

@paran array $input An associative array of user input or form state values.

Return value

array An associative array of export options.

1 method overrides YamlFormSubmissionExporterInterface::getValuesFromInput()
YamlFormSubmissionExporter::getValuesFromInput in src/YamlFormSubmissionExporter.php
Get the values from the form's user input or form state values.

File

src/YamlFormSubmissionExporterInterface.php, line 122

Class

YamlFormSubmissionExporterInterface
Defines an interface for exporting form submission results.

Namespace

Drupal\yamlform

Code

public function getValuesFromInput(array $input);