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.
doc_Drupal
2016-10-29 08:44:42
Comments
Leave a Comment

Please login to continue.