interface ArchiverInterface

Defines the common interface for all Archiver classes.

Hierarchy

See also

\Drupal\Core\Archiver\ArchiverManager

\Drupal\Core\Archiver\Annotation\Archiver

Plugin API

File

core/lib/Drupal/Core/Archiver/ArchiverInterface.php, line 12

Namespace

Drupal\Core\Archiver

Members

Name Modifiers Type Description
ArchiverInterface::add public function Adds the specified file or directory to the archive.
ArchiverInterface::extract public function Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents public function Lists all files in the archive.
ArchiverInterface::remove public function Removes the specified file from the archive.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Archiver!ArchiverInterface.php/interface/ArchiverInterface/8.1.x