abstract protected function DestinationBase::loadFileMetadataArray in Backup and Migrate 5.0.x
Load the actual metadata for the file.
Parameters
\Drupal\backup_migrate\Core\File\BackupFileInterface $file:
1 call to DestinationBase::loadFileMetadataArray()
- DestinationBase::loadFileMetadata in src/
Core/ Destination/ DestinationBase.php - Load the metadata for the given file however it may be stored.
File
- src/
Core/ Destination/ DestinationBase.php, line 102
Class
- DestinationBase
- @package Drupal\backup_migrate\Core\Destination
Namespace
Drupal\backup_migrate\Core\DestinationCode
protected abstract function loadFileMetadataArray(BackupFileInterface $file);