You are here

public function NullFileSync::exportFile in Tome 8

Exports a file to the export directory.

Parameters

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

Overrides FileSyncInterface::exportFile

File

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

Class

NullFileSync
Implements all file sync methods as no-ops.

Namespace

Drupal\tome_sync

Code

public function exportFile(FileInterface $file) {
}