You are here

service entity_print.pdf_manager in Entity Print 8

Class

Drupal\entity_print\EntityPrintPdfBuilder
2 string references to entity_print.pdf_manager
EntityPrintController::create in src/Controller/EntityPrintController.php
Instantiates a new instance of this class.
PdfDownload::create in src/Plugin/Action/PdfDownload.php
Creates an instance of the plugin.

File

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

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