public function FileHandleTraitYamlFormExporter::createExport in YAML Form 8
File
- src/
Plugin/ YamlFormExporter/ FileHandleTraitYamlFormExporter.php, line 20
Class
- FileHandleTraitYamlFormExporter
- Defines file handle exporter trait.
Namespace
Drupal\yamlform\Plugin\YamlFormExporterCode
public function createExport() {
$this->fileHandle = fopen($this
->getExportFilePath(), 'w');
}