You are here

public function WebformSubmissionExporterInterface::getWebformOptions in Webform 8.5

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

Get export options for the current webform and entity.

Return value

array Export options.

1 method overrides WebformSubmissionExporterInterface::getWebformOptions()
WebformSubmissionExporter::getWebformOptions in src/WebformSubmissionExporter.php
Get export options for the current webform and entity.

File

src/WebformSubmissionExporterInterface.php, line 51

Class

WebformSubmissionExporterInterface
Defines an interface for exporting webform submission results.

Namespace

Drupal\webform

Code

public function getWebformOptions();