public function ReadableDestinationInterface::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
2 methods override ReadableDestinationInterface::loadFileMetadata()
- DestinationBase::loadFileMetadata in lib/
backup_migrate_core/ src/ Destination/ DestinationBase.php - Load the metadata for the given file however it may be stored.
- DrupalBrowserUploadDestination::loadFileMetadata in src/
Destination/ DrupalBrowserUploadDestination.php - Load the metadata for the given file however it may be stored.
File
- lib/
backup_migrate_core/ src/ Destination/ ReadableDestinationInterface.php, line 35
Class
- ReadableDestinationInterface
- Interface ReadableDestinationInterface.
Namespace
BackupMigrate\Core\DestinationCode
public function loadFileMetadata(BackupFileInterface $file);