You are here

public function Cleaner::directoryExists in Automatic Updates 8.2

1 call to Cleaner::directoryExists()
Cleaner::clean in src/ComposerStager/Cleaner.php

File

src/ComposerStager/Cleaner.php, line 73

Class

Cleaner
Defines a cleaner service that makes the staged site directory writable.

Namespace

Drupal\automatic_updates\ComposerStager

Code

public function directoryExists(string $stagingDir) : bool {
  return $this->decorated
    ->directoryExists($stagingDir);
}