You are here

service amp_response.attachments_processor in Accelerated Mobile Pages (AMP) 8.3

Class

Drupal\amp\Render\AmpHtmlResponseAttachmentsProcessor

File

./amp.services.yml
amp.services.yml

View source
  1. class: Drupal\amp\Render\AmpHtmlResponseAttachmentsProcessor
  2. decorates: html_response.attachments_processor
  3. decoration_inner_name: amp_response.attachments_processor.original
  4. tags: null
  5. arguments:
  6. - '@amp_response.attachments_processor.original'
  7. - '@router.amp_context'
  8. - '@asset.resolver'
  9. - '@config.factory'
  10. - '@asset.css.collection_renderer'
  11. - '@asset.js.collection_renderer'
  12. - '@request_stack'
  13. - '@renderer'
  14. - '@module_handler'