You are here

public function WebformSubmissionExporterInterface::getSourceEntity in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::getSourceEntity()

Get the webform source entity whose submissions are being exported.

Return value

\Drupal\Core\Entity\EntityInterface A webform's source entity.

1 method overrides WebformSubmissionExporterInterface::getSourceEntity()
WebformSubmissionExporter::getSourceEntity in src/WebformSubmissionExporter.php
Get the webform source entity whose submissions are being exported.

File

src/WebformSubmissionExporterInterface.php, line 43

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getSourceEntity();