service html_response.attachments_processor in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \html_response.attachments_processor
- 9 core/core.services.yml \html_response.attachments_processor
Class
Drupal\Core\Render\HtmlResponseAttachmentsProcessor1 string reference to html_response.attachments_processor
- OEmbedIframeControllerTest::testResourcePassedToPreprocess in core/
modules/ media/ tests/ src/ Kernel/ OEmbedIframeControllerTest.php - Tests that resources can be used in media_oembed_iframe preprocess.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Render\HtmlResponseAttachmentsProcessor
- arguments:
- - '@asset.resolver'
- - '@config.factory'
- - '@asset.css.collection_renderer'
- - '@asset.js.collection_renderer'
- - '@request_stack'
- - '@renderer'
- - '@module_handler'