public function WebformSubmissionExporterInterface::deleteWebformOptions in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformSubmissionExporterInterface.php \Drupal\webform\WebformSubmissionExporterInterface::deleteWebformOptions()
Delete export options for the current webform and entity.
1 method overrides WebformSubmissionExporterInterface::deleteWebformOptions()
- WebformSubmissionExporter::deleteWebformOptions in src/
WebformSubmissionExporter.php - Delete export options for the current webform and entity.
File
- src/
WebformSubmissionExporterInterface.php, line 64
Class
- WebformSubmissionExporterInterface
- Defines an interface for exporting webform submission results.
Namespace
Drupal\webformCode
public function deleteWebformOptions();