public function WebformSubmissionExporterInterface::getValuesFromInput in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getValuesFromInput()
Get the values from the webform's user input or webform state values.
Parameters
array $values: An associative array of user input or webform state values.
Return value
array An associative array of export options.
1 method overrides WebformSubmissionExporterInterface::getValuesFromInput()
- WebformSubmissionExporter::getValuesFromInput in src/
WebformSubmissionExporter.php - Get the values from the webform's user input or webform state values.
File
- src/
WebformSubmissionExporterInterface.php, line 122
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getValuesFromInput(array $values);