public function PhotosUploadInterface::unzip in Album Photos 8.5
Same name and namespace in other branches
- 6.0.x src/PhotosUploadInterface.php \Drupal\photos\PhotosUploadInterface::unzip()
Unzip archive of image files.
Parameters
string $source: The zip file location.
array $params: Array of additional parameters like album id.
string $scheme: The file scheme.
1 method overrides PhotosUploadInterface::unzip()
- PhotosUpload::unzip in src/
PhotosUpload.php - Unzip archive of image files.
File
- src/
PhotosUploadInterface.php, line 71
Class
- PhotosUploadInterface
- Photos upload and file management functions.
Namespace
Drupal\photosCode
public function unzip($source, array $params, $scheme = 'default');