public function StreamWrapper::rmdir in AmazonS3 7.2
File
- src/
StreamWrapper.php, line 541 - Drupal stream wrapper implementation for Amazon S3
Class
- StreamWrapper
- @file Drupal stream wrapper implementation for Amazon S3
Namespace
Drupal\amazons3Code
public function rmdir($path, $options) {
$this
->setUri($path);
return parent::rmdir($path, $options);
}