function ComposerInspector::setLogger

File

core/modules/package_manager/src/ComposerInspector.php, line 71

Class

ComposerInspector
Defines a class to get information from Composer.

Namespace

Drupal\package_manager

Code

public function setLogger(LoggerInterface $logger) : void {
    $this->traitSetLogger($logger);
    $this->processCallback
        ->setLogger($logger);
}

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