Issue #3266092: Make sure staging root is unique for each Drupal site
All threads resolved!
Compare changes
Files
7+ 37
− 20
@@ -5,6 +5,7 @@ namespace Drupal\package_manager;
@@ -39,6 +40,16 @@ use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
@@ -66,6 +77,13 @@ class Stage {
@@ -134,6 +152,8 @@ class Stage {
@@ -151,7 +171,8 @@ class Stage {
public function __construct(ConfigFactoryInterface $config_factory, PathLocator $path_locator, BeginnerInterface $beginner, StagerInterface $stager, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher, SharedTempStoreFactory $shared_tempstore, TimeInterface $time) {
@@ -337,20 +358,17 @@ class Stage {
@@ -498,14 +516,12 @@ class Stage {
@@ -515,8 +531,9 @@ class Stage {