function ComposerRunner::__construct

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/ComposerRunner.php \Drupal\package_manager\ComposerRunner::__construct()

File

core/modules/package_manager/src/ComposerRunner.php, line 29

Class

ComposerRunner
Runs Composer through the current PHP interpreter.

Namespace

Drupal\package_manager

Code

public function __construct(private readonly ExecutableFinderInterface $executableFinder, private readonly ProcessFactoryInterface $processFactory, private readonly FileSystemInterface $fileSystem, private readonly ConfigFactoryInterface $configFactory) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.