You are here

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

Do the actual file save. Should take care of the actual creation of a file in the destination without regard for metadata.

Parameters

\BackupMigrate\Core\File\BackupFileReadableInterface $file:

1 call to DestinationBase::_saveFile()
DestinationBase::saveFile in lib/backup_migrate_core/src/Destination/DestinationBase.php
Save a file to the destination.
1 method overrides DestinationBase::_saveFile()
DirectoryDestination::_saveFile in lib/backup_migrate_core/src/Destination/DirectoryDestination.php
Do the actual file save. This function is called to save the data file AND the metadata sidecar file.

File

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

Class

DestinationBase
Class DestinationBase.

Namespace

BackupMigrate\Core\Destination

Code

protected abstract function _saveFile(BackupFileReadableInterface $file);