function KernelPreHandle::__construct
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::__construct()
- 10 core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::__construct()
- 9 core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::__construct()
- 8.9.x core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php \Drupal\Core\StackMiddleware\KernelPreHandle::__construct()
File
-
core/
lib/ Drupal/ Core/ StackMiddleware/ KernelPreHandle.php, line 16
Class
- KernelPreHandle
- Prepares the environment after page caching ran.
Namespace
Drupal\Core\StackMiddlewareCode
public function __construct(protected HttpKernelInterface $httpKernel, protected DrupalKernelInterface $drupalKernel, protected RequestStack $requestStack) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.