You are here

service html_response.subscriber in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \html_response.subscriber
  2. 9 core/core.services.yml \html_response.subscriber

Class

Drupal\Core\EventSubscriber\HtmlResponseSubscriber

Tags

  • event_subscriber

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\EventSubscriber\HtmlResponseSubscriber
  2. tags:
  3. - { name: event_subscriber }
  4. arguments:
  5. - '@html_response.attachments_processor'