You are here

public function ReadableDestinationInterface::loadFileMetadata in Backup and Migrate 5.0.x

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

Parameters

\Drupal\backup_migrate\Core\File\BackupFileInterface $file:

Return value

\Drupal\backup_migrate\Core\File\BackupFileInterface

2 methods override ReadableDestinationInterface::loadFileMetadata()
DestinationBase::loadFileMetadata in src/Core/Destination/DestinationBase.php
Load the metadata for the given file however it may be stored.
DrupalBrowserUploadDestination::loadFileMetadata in src/Drupal/Destination/DrupalBrowserUploadDestination.php
Load the metadata for the given file however it may be stored.

File

src/Core/Destination/ReadableDestinationInterface.php, line 37

Class

ReadableDestinationInterface
Interface ReadableDestinationInterface.

Namespace

Drupal\backup_migrate\Core\Destination

Code

public function loadFileMetadata(BackupFileInterface $file);