Search for zip
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Zip | class | core/ |
Defines an archiver implementation for .zip files. |
Zip | class | core/ |
Defines an archiver implementation for .zip files. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Zip | class | core/ |
Defines an archiver implementation for .zip files. |
Zip | class | core/ |
Defines an archiver implementation for .zip files. |
Zip.php | file | core/ |
|
Zip.php | file | core/ |
|
Zip::$zip | property | core/ |
The underlying ZipArchive instance that does the heavy lifting. |
Zip::add | function | core/ |
Adds the specified file or directory to the archive. |
Zip::extract | function | core/ |
Extracts multiple files in the archive to the specified path. |
Zip::getArchive | function | core/ |
Retrieves the zip engine itself. |
Zip::listContents | function | core/ |
Lists all files in the archive. |
Zip::remove | function | core/ |
Removes the specified file from the archive. |
Zip::__construct | function | core/ |
Constructs a Zip object. |
ZipTest | class | core/ |
@coversDefaultClass \Drupal\Core\Archiver\Zip[[api-linebreak]] @group zip |
ZipTest.php | file | core/ |
|
ZipTest::$archiverPluginId | property | core/ |
The archiver plugin identifier. |
ZipTest::testCreateArchive | function | core/ |
Tests that the Zip archive is created if it does not exist. |
ZipTest::testOverwriteArchive | function | core/ |
Tests that the Zip archiver is created and overwritten. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.