Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TestWaitTerminateMiddleware.php

function TestWaitTerminateMiddleware::__construct

Constructs a test wait terminate stack middleware object.

Parameters

\Symfony\Component\HttpKernel\HttpKernelInterface $httpKernel: The decorated kernel.

\Drupal\Core\State\StateInterface $state: The state server.

\Drupal\Core\Lock\LockBackendInterface $lock: The lock backend.

File

core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php, line 26

Class

TestWaitTerminateMiddleware
Acquire a lock to signal request termination to the test runner.

Namespace

Drupal\Core\Test\StackMiddleware

Code

public function __construct(HttpKernelInterface $httpKernel, StateInterface $state, LockBackendInterface $lock) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal