service ajax_response.attachments_processor in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \ajax_response.attachments_processor
- 9 core/core.services.yml \ajax_response.attachments_processor
Class
Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor1 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
- class: Drupal\Core\Ajax\AjaxResponseAttachmentsProcessor
- arguments:
- - '@asset.resolver'
- - '@config.factory'
- - '@asset.css.collection_renderer'
- - '@asset.js.collection_renderer'
- - '@request_stack'
- - '@renderer'
- - '@module_handler'