You are here

public function ExporterInterface::deleteExportDirectories in Tome 8

Deletes all content and files from the export directories.

Return value

bool Whether or not the deletion was successful.

1 method overrides ExporterInterface::deleteExportDirectories()
Exporter::deleteExportDirectories in modules/tome_sync/src/Exporter.php
Deletes all content and files from the export directories.

File

modules/tome_sync/src/ExporterInterface.php, line 26

Class

ExporterInterface
Provides an interface for the exporter.

Namespace

Drupal\tome_sync

Code

public function deleteExportDirectories();