You are here

service printable.entity_manager in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x printable.services.yml \printable.entity_manager

Class

Drupal\printable\PrintableEntityManager
8 string references to printable.entity_manager
FormatConfigurationFormPdf::create in src/Form/FormatConfigurationFormPdf.php
Instantiates a new instance of this class.
FormatConfigurationFormPrint::create in src/Form/FormatConfigurationFormPrint.php
Instantiates a new instance of this class.
LinksConfigurationForm::create in src/Form/LinksConfigurationForm.php
Instantiates a new instance of this class.
PdfLinksConfigurationForm::create in src/Form/PdfLinksConfigurationForm.php
Instantiates a new instance of this class.
PrintableConfigurationForm::create in src/Form/PrintableConfigurationForm.php
Instantiates a new instance of this class.

... See full list

File

./printable.services.yml
printable.services.yml

View source
  1. class: Drupal\printable\PrintableEntityManager
  2. arguments:
  3. - '@entity.manager'
  4. - '@config.factory'
  5. - '@url_generator'
  6. - '@printable.format_plugin_manager'