You are here

abstract protected function DestinationBase::_loadFileMetadataArray in Backup and Migrate 8.4

Load the actual metadata for the file.

Parameters

\BackupMigrate\Core\File\BackupFileInterface $file:

1 call to DestinationBase::_loadFileMetadataArray()
DestinationBase::loadFileMetadata in lib/backup_migrate_core/src/Destination/DestinationBase.php
Load the metadata for the given file however it may be stored.

File

lib/backup_migrate_core/src/Destination/DestinationBase.php, line 97

Class

DestinationBase
Class DestinationBase.

Namespace

BackupMigrate\Core\Destination

Code

protected abstract function _loadFileMetadataArray(BackupFileInterface $file);