You are here

public function ArchiveReaderInterface::extractTo in Backup and Migrate 5.0.x

Extract all files to the given directory.

Parameters

$directory:

Return value

mixed

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

File

src/Core/Service/ArchiveReaderInterface.php, line 36

Class

ArchiveReaderInterface
Interface ArchiveWriterInterface.

Namespace

Drupal\backup_migrate\Core\Service

Code

public function extractTo($directory);