You are here

service formassembly.html_response.attachments_processor in FormAssembly 8

Class

\Drupal\formassembly\Component\Render\FormassemblyHtmlResponseAttachmentsProcessor

File

./formassembly.services.yml
formassembly.services.yml

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