You are here

public function ArchiveReaderInterface::extractTo in Backup and Migrate 8.4

Extract all files to the given directory.

Parameters

$directory:

Return value

mixed

1 method overrides ArchiveReaderInterface::extractTo()
TarArchiveReader::extractTo in lib/backup_migrate_core/src/Service/TarArchiveReader.php
Extract all files to the given directory.

File

lib/backup_migrate_core/src/Service/ArchiveReaderInterface.php, line 34

Class

ArchiveReaderInterface
Interface ArchiveWriterInterface.

Namespace

BackupMigrate\Core\Service

Code

public function extractTo($directory);