public function WebformSubmissionExporterInterface::getWebform in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getWebform()
Get the webform whose submissions are being exported.
Return value
\Drupal\webform\WebformInterface A webform.
1 method overrides WebformSubmissionExporterInterface::getWebform()
- WebformSubmissionExporter::getWebform in src/
WebformSubmissionExporter.php - Get the webform whose submissions are being exported.
File
- src/
WebformSubmissionExporterInterface.php, line 27
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function getWebform();