service finish_response_subscriber in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \finish_response_subscriber
- 9 core/core.services.yml \finish_response_subscriber
Class
Drupal\Core\EventSubscriber\FinishResponseSubscriberTags
- event_subscriber
2 string references to finish_response_subscriber
- BlockInterestCohortTest::testExistingInterestCohortPolicy in core/
tests/ Drupal/ KernelTests/ Core/ Http/ BlockInterestCohortTest.php - Tests that an existing interest-cohort policy is not overwritten.
- BlockInterestCohortTest::testExistingPolicyHeader in core/
tests/ Drupal/ KernelTests/ Core/ Http/ BlockInterestCohortTest.php - Tests that an existing header is not modified.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\EventSubscriber\FinishResponseSubscriber
- tags:
- - { name: event_subscriber }
- arguments:
- - '@language_manager'
- - '@config.factory'
- - '@page_cache_request_policy'
- - '@page_cache_response_policy'
- - '@cache_contexts_manager'
- - '%http.response.debug_cacheability_headers%'