You are here

service html_response.attachments_processor in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \html_response.attachments_processor

Class

Drupal\Core\Render\HtmlResponseAttachmentsProcessor

File

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

View source
  1. class: Drupal\Core\Render\HtmlResponseAttachmentsProcessor
  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'