function WritableDestinationInterface::saveFile in Backup and Migrate 8.4
Save a file to the destination.
Parameters
\BackupMigrate\Core\File\BackupFileReadableInterface $file: The file to save.
2 methods override WritableDestinationInterface::saveFile()
- DestinationBase::saveFile in lib/
backup_migrate_core/ src/ Destination/ DestinationBase.php - Save a file to the destination.
- StreamDestination::saveFile in lib/
backup_migrate_core/ src/ Destination/ StreamDestination.php - Save a file to the destination.
File
- lib/
backup_migrate_core/ src/ Destination/ WritableDestinationInterface.php, line 20
Class
- WritableDestinationInterface
- Interface WritableDestinationInterface.
Namespace
BackupMigrate\Core\DestinationCode
function saveFile(BackupFileReadableInterface $file);