function ChangeLogger::__construct

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

File

core/modules/package_manager/src/EventSubscriber/ChangeLogger.php, line 48

Class

ChangeLogger
Event subscriber to log changes that happen during the stage life cycle.

Namespace

Drupal\package_manager\EventSubscriber

Code

public function __construct(private readonly ComposerInspector $composerInspector, private readonly PathLocator $pathLocator) {
}

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