You are here

service entity_print.print_builder in Entity Print 8.2

Class

Drupal\entity_print\PrintBuilder
4 string references to entity_print.print_builder
EntityPrintController::create in src/Controller/EntityPrintController.php
Instantiates a new instance of this class.
PrintBuilderTest::testFileSaved in tests/src/Kernel/PrintBuilderTest.php
Test that a file blob is successfully saved.
PrintDownload::create in src/Plugin/Action/PrintDownload.php
Creates an instance of the plugin.
ViewPrintController::create in modules/entity_print_views/src/Controller/ViewPrintController.php
Instantiates a new instance of this class.

File

./entity_print.services.yml
entity_print.services.yml

View source
  1. class: Drupal\entity_print\PrintBuilder
  2. arguments:
  3. - '@entity_print.renderer_factory'
  4. - '@event_dispatcher'
  5. - '@string_translation'