You are here

service ajax_response.attachments_processor in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \ajax_response.attachments_processor

Class

Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
2 string references to ajax_response.attachments_processor
CommandsTest::testAttachedSettings in core/modules/system/src/Tests/Ajax/CommandsTest.php
Regression test: Settings command exists regardless of JS aggregation.
QuickEditIntegrationTest::testGetUntransformedTextCommand in core/modules/editor/src/Tests/QuickEditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.

File

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

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