You are here

service dfp.html_response.attachments_processor in Doubleclick for Publishers (DFP) 8

Class

\Drupal\dfp\DfpHtmlResponseAttachmentsProcessor

File

./dfp.services.yml
dfp.services.yml

View source
  1. public: false
  2. class: \Drupal\dfp\DfpHtmlResponseAttachmentsProcessor
  3. decorates: html_response.attachments_processor
  4. decoration_inner_name: html_response.attachments_processor.original
  5. arguments:
  6. - '@html_response.attachments_processor.original'
  7. - '@dfp.token'
  8. - '@asset.resolver'
  9. - '@config.factory'
  10. - '@asset.css.collection_renderer'
  11. - '@asset.js.collection_renderer'
  12. - '@request_stack'
  13. - '@renderer'
  14. - '@module_handler'