function Filesystem::__construct
Same name in this branch
- 11.1.x vendor/php-tuf/composer-stager/src/Internal/Filesystem/Service/Filesystem.php \PhpTuf\ComposerStager\Internal\Filesystem\Service\Filesystem::__construct()
- 11.1.x core/lib/Drupal/Core/File/FileSystem.php \Drupal\Core\File\FileSystem::__construct()
File
-
vendor/
composer/ composer/ src/ Composer/ Util/ Filesystem.php, line 32
Class
- Filesystem
- @author Jordi Boggiano <j.boggiano@seld.be> @author Johannes M. Schmitt <schmittjoh@gmail.com>
Namespace
Composer\UtilCode
public function __construct(?ProcessExecutor $executor = null) {
$this->processExecutor = $executor;
}