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

Class

Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
1 string reference to ajax_response.attachments_processor
CommandsTest::testAttachedSettings in core/tests/Drupal/KernelTests/Core/Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.

File

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

View source
  1. class: Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
  2. arguments:
  3. - '@asset.resolver'
  4. - '@config.factory'
  5. - '@asset.css.collection_renderer'
  6. - '@asset.js.collection_renderer'
  7. - '@request_stack'
  8. - '@renderer'
  9. - '@module_handler'
  10. - '@language_manager'