public function YamlFormSubmissionExporterInterface::deleteYamlFormOptions in YAML Form 8
Delete export options for the current form and entity.
1 method overrides YamlFormSubmissionExporterInterface::deleteYamlFormOptions()
- YamlFormSubmissionExporter::deleteYamlFormOptions in src/
YamlFormSubmissionExporter.php - Delete export options for the current form and entity.
File
- src/
YamlFormSubmissionExporterInterface.php, line 64
Class
- YamlFormSubmissionExporterInterface
- Defines an interface for exporting form submission results.
Namespace
Drupal\yamlformCode
public function deleteYamlFormOptions();