Zip.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\system\Plugin\ArchiverFile
-
core/
modules/ system/ src/ Plugin/ Archiver/ Zip.php
View source
<?php
namespace Drupal\system\Plugin\Archiver;
use Drupal\Core\Archiver\Attribute\Archiver;
use Drupal\Core\Archiver\Zip as BaseZip;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Defines an archiver implementation for .zip files.
*
* @link http://php.net/zip
*/
class Zip extends BaseZip {
}
Classes
Title | Deprecated | Summary |
---|---|---|
Zip | Defines an archiver implementation for .zip files. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.