public function WebformSubmissionExporterInterface::getSourceEntity in Webform 6.x
Same name and namespace in other branches
- 8.5 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\webformCode
public function getSourceEntity();