You are here

public function FlippingBookInterface::extractArchive in Flipping Book 8

Extract uploaded archive.

Parameters

string $file_path: The archive source path.

string $destination: The destination path.

Throws

\Exception

1 method overrides FlippingBookInterface::extractArchive()
FlippingBook::extractArchive in src/FlippingBook.php
Extract uploaded archive.

File

src/FlippingBookInterface.php, line 75

Class

FlippingBookInterface
Interface FlippingBookInterface.

Namespace

Drupal\flipping_book

Code

public function extractArchive($file_path, $destination);