You are here

protected property TestMiddleware::$kernel in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php \Drupal\httpkernel_test\HttpKernel\TestMiddleware::kernel

The decorated kernel.

Type: \Symfony\Component\HttpKernel\HttpKernelInterface

File

core/modules/system/tests/modules/httpkernel_test/src/HttpKernel/TestMiddleware.php, line 18

Class

TestMiddleware
Provides a test middleware.

Namespace

Drupal\httpkernel_test\HttpKernel

Code

protected $kernel;