function LoggingCommitter::__construct

File

core/modules/package_manager/src/LoggingCommitter.php, line 26

Class

LoggingCommitter
Logs Composer Stager's Committer process output to a file.

Namespace

Drupal\package_manager

Code

public function __construct(private readonly CommitterInterface $decorated, private readonly ConfigFactoryInterface $configFactory, private readonly TimeInterface $time) {
}

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