You are here

public function WebformSubmissionExportImportImporterInterface::getWebform in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_submission_export_import/src/WebformSubmissionExportImportImporterInterface.php \Drupal\webform_submission_export_import\WebformSubmissionExportImportImporterInterface::getWebform()

Get the webform whose submissions are being imported.

Return value

\Drupal\webform\WebformInterface A webform.

1 method overrides WebformSubmissionExportImportImporterInterface::getWebform()
WebformSubmissionExportImportImporter::getWebform in modules/webform_submission_export_import/src/WebformSubmissionExportImportImporter.php
Get the webform whose submissions are being imported.

File

modules/webform_submission_export_import/src/WebformSubmissionExportImportImporterInterface.php, line 28

Class

WebformSubmissionExportImportImporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform_submission_export_import

Code

public function getWebform();