service http_middleware.page_cache in Drupal 10
Same name and namespace in other branches
- 8 core/modules/page_cache/page_cache.services.yml \http_middleware.page_cache
- 9 core/modules/page_cache/page_cache.services.yml \http_middleware.page_cache
Class
Drupal\page_cache\StackMiddleware\PageCacheTags
- http_middleware
1 string reference to http_middleware.page_cache
- StackKernelIntegrationTest::testLazyLateMiddlewares in core/
tests/ Drupal/ KernelTests/ Core/ HttpKernel/ StackKernelIntegrationTest.php - Tests that late middlewares are automatically flagged lazy.
File
- core/
modules/ page_cache/ page_cache.services.yml - core/modules/page_cache/page_cache.services.yml
View source
- class: Drupal\page_cache\StackMiddleware\PageCache
- arguments:
- - '@cache.page'
- - '@page_cache_request_policy'
- - '@page_cache_response_policy'
- tags:
- - { name: http_middleware, priority: 200, responder: true }