You are here

public function FileDirectorySource::getArchiveWriter in Backup and Migrate 8.4

Return value

\BackupMigrate\Core\Service\ArchiveWriterInterface

1 call to FileDirectorySource::getArchiveWriter()
FileDirectorySource::exportToFile in lib/backup_migrate_core/src/Source/FileDirectorySource.php
Export this source to the given temp file. This should be the main back up function for this source.

File

lib/backup_migrate_core/src/Source/FileDirectorySource.php, line 231

Class

FileDirectorySource
Class FileDirectorySource.

Namespace

BackupMigrate\Core\Source

Code

public function getArchiveWriter() {
  return $this->archive_writer;
}