protected property FormTestMiddleware::$httpKernel in Drupal 8
Same name and namespace in other branches
- 9 core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php \Drupal\form_test\StackMiddleware\FormTestMiddleware::httpKernel
The decorated kernel.
Type: \Symfony\Component\HttpKernel\HttpKernelInterface
File
- core/
modules/ system/ tests/ modules/ form_test/ src/ StackMiddleware/ FormTestMiddleware.php, line 18
Class
- FormTestMiddleware
- Provides a test middleware which sets a custom response header.
Namespace
Drupal\form_test\StackMiddlewareCode
protected $httpKernel;