You are here

service commerce_invoice.print_builder in Commerce Invoice 8.2

Class

Drupal\commerce_invoice\InvoicePrintBuilder
1 string reference to commerce_invoice.print_builder
InvoicePrintBuilderTest::setUp in tests/src/Kernel/InvoicePrintBuilderTest.php

File

./commerce_invoice.services.yml
commerce_invoice.services.yml

View source
  1. class: Drupal\commerce_invoice\InvoicePrintBuilder
  2. arguments:
  3. - '@config.factory'
  4. - '@entity_type.manager'
  5. - '@entity_print.print_builder'
  6. - '@entity_print.filename_generator'
  7. - '@event_dispatcher'
  8. - '@current_user'