You are here

public function NullFileSync::deleteFileExport in Tome 8

Deletes an exported file by entity.

Parameters

\Drupal\file\FileInterface $file: The file entity.

Overrides FileSyncInterface::deleteFileExport

File

modules/tome_sync/src/NullFileSync.php, line 37

Class

NullFileSync
Implements all file sync methods as no-ops.

Namespace

Drupal\tome_sync

Code

public function deleteFileExport(FileInterface $file) {
}