You are here

public function FileSyncInterface::deleteFileExport in Tome 8

Deletes an exported file by entity.

Parameters

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

2 methods override FileSyncInterface::deleteFileExport()
FileSync::deleteFileExport in modules/tome_sync/src/FileSync.php
Deletes an exported file by entity.
NullFileSync::deleteFileExport in modules/tome_sync/src/NullFileSync.php
Deletes an exported file by entity.

File

modules/tome_sync/src/FileSyncInterface.php, line 39

Class

FileSyncInterface
Abstractly handles file import and exports.

Namespace

Drupal\tome_sync

Code

public function deleteFileExport(FileInterface $file);