Skip to content
Snippets Groups Projects

Issue #3364958: Stages should be destroyed in the background, during cron runs

Merged Issue #3364958: Stages should be destroyed in the background, during cron runs
1 unresolved thread
1 unresolved thread
Compare and Show latest version
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,7 @@ declare(strict_types = 1);
namespace Drupal\package_manager_test_api;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Queue\QueueFactory;
use Drupal\Core\Url;
use Drupal\package_manager\PathLocator;
use Drupal\package_manager\StageBase;
@@ -62,7 +63,7 @@ class ApiController extends ControllerBase {
$container->get('package_manager.beginner'),
$container->get('package_manager.stager'),
$container->get('package_manager.committer'),
$container->get('file_system'),
$container->get(QueueFactory::class),
$container->get('event_dispatcher'),
$container->get('tempstore.shared'),
$container->get('datetime.time'),
Loading