You are here

public function DrupalBrowserUploadDestination::loadFileMetadata in Backup and Migrate 8.4

Load the metadata for the given file however it may be stored.

Parameters

\BackupMigrate\Core\File\BackupFileInterface $file:

Return value

\BackupMigrate\Core\File\BackupFileInterface

Overrides ReadableDestinationInterface::loadFileMetadata

File

src/Destination/DrupalBrowserUploadDestination.php, line 37

Class

DrupalBrowserUploadDestination
Class BrowserUploadDestination.

Namespace

BackupMigrate\Drupal\Destination

Code

public function loadFileMetadata(BackupFileInterface $file) {
  return $file;
}