interface ArchiverInterface

Defines the common interface for all Archiver classes.

Hierarchy

Expanded class hierarchy of ArchiverInterface

All classes that implement ArchiverInterface

File

drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php, line 13
Definition of Drupal\Component\Archiver\ArchiverInterface.

Namespace

Drupal\Component\Archiver
View source

Members

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