You are here

public function FileSyncInterface::exportFile in Tome 8

Exports a file to the export directory.

Parameters

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

2 methods override FileSyncInterface::exportFile()
FileSync::exportFile in modules/tome_sync/src/FileSync.php
Exports a file to the export directory.
NullFileSync::exportFile in modules/tome_sync/src/NullFileSync.php
Exports a file to the export directory.

File

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

Class

FileSyncInterface
Abstractly handles file import and exports.

Namespace

Drupal\tome_sync

Code

public function exportFile(FileInterface $file);