You are here

public function WebformSubmissionExporterInterface::getWebform in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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\webform

Code

public function getWebform();