function ComposerInspector::__construct
File
-
core/
modules/ package_manager/ src/ ComposerInspector.php, line 59
Class
- ComposerInspector
- Defines a class to get information from Composer.
Namespace
Drupal\package_managerCode
public function __construct(ComposerProcessRunnerInterface $runner, ComposerIsAvailableInterface $composerIsAvailable, PathFactoryInterface $pathFactory) {
$this->processCallback = new ProcessOutputCallback();
$this->setLogger(new NullLogger());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.