public function WebformSubmissionExporterInterface::setWebform in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::setWebform()
Set the webform whose submissions are being exported.
Parameters
\Drupal\webform\WebformInterface $webform: A webform.
1 method overrides WebformSubmissionExporterInterface::setWebform()
- WebformSubmissionExporter::setWebform in src/
WebformSubmissionExporter.php - Set the webform whose submissions are being exported.
File
- src/
WebformSubmissionExporterInterface.php, line 19
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function setWebform(WebformInterface $webform = NULL);