Same name and namespace in other branches
  1. 10 core/core.services.yml \ajax_response.subscriber
  2. 8.9.x core/core.services.yml \ajax_response.subscriber

Class

Drupal\Core\EventSubscriber\AjaxResponseSubscriber

Tags

  • event_subscriber

File

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

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