You are here

dfp.services.yml in Doubleclick for Publishers (DFP) 8

File

dfp.services.yml
View source
  1. services:
  2. dfp.token:
  3. class: Drupal\dfp\Token
  4. arguments: ['@token', '@current_route_match', '@current_user']
  5. dfp.html_response.attachments_processor:
  6. public: false
  7. class: \Drupal\dfp\DfpHtmlResponseAttachmentsProcessor
  8. decorates: html_response.attachments_processor
  9. decoration_inner_name: html_response.attachments_processor.original
  10. arguments: ['@html_response.attachments_processor.original', '@dfp.token', '@asset.resolver', '@config.factory', '@asset.css.collection_renderer', '@asset.js.collection_renderer', '@request_stack', '@renderer', '@module_handler']