public function WebformSubmissionExporterInterface::getExporter in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getExporter()
Get the results exporter.
Return value
\Drupal\webform\Plugin\WebformExporterInterface A results exporter.
1 method overrides WebformSubmissionExporterInterface::getExporter()
- WebformSubmissionExporter::getExporter in src/
WebformSubmissionExporter.php - Get the results exporter.
File
- src/
WebformSubmissionExporterInterface.php, line 83
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getExporter();