function LongLivedSandboxSubscriber::__construct

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

File

core/modules/package_manager/src/EventSubscriber/LongLivedSandboxSubscriber.php, line 55

Class

LongLivedSandboxSubscriber
Maintains state for the long-lived sandbox directory.

Namespace

Drupal\package_manager\EventSubscriber

Code

public function __construct(private readonly StateInterface $state, private readonly TimeInterface $time, private readonly ContainerInterface $container) {
}

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