Defines the common interface for all Archiver classes.
\Drupal\Core\Archiver\ArchiverManager
\Drupal\Core\Archiver\Annotation\Archiver
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