Defines the common interface for all Archiver classes.
Hierarchy
- interface \Drupal\Core\Archiver\ArchiverInterface
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. |
Please login to continue.