protected property PageCache::$httpKernel in Drupal 9
Same name and namespace in other branches
- 8 core/modules/page_cache/src/StackMiddleware/PageCache.php \Drupal\page_cache\StackMiddleware\PageCache::httpKernel
- 10 core/modules/page_cache/src/StackMiddleware/PageCache.php \Drupal\page_cache\StackMiddleware\PageCache::httpKernel
The wrapped HTTP kernel.
Type: \Symfony\Component\HttpKernel\HttpKernelInterface
File
- core/
modules/ page_cache/ src/ StackMiddleware/ PageCache.php, line 27
Class
- PageCache
- Executes the page caching before the main kernel takes over the request.
Namespace
Drupal\page_cache\StackMiddlewareCode
protected $httpKernel;