You are here

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

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

Class

Drupal\printable\PrintableFormatPluginManager
4 string references to printable.format_plugin_manager
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.
PrintableController::create in src/Controller/PrintableController.php
Instantiates a new instance of this class.
PrintableFormatConfigureTabs::create in src/Plugin/Derivative/PrintableFormatConfigureTabs.php
Creates a new class instance.

File

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

View source
  1. class: Drupal\printable\PrintableFormatPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@config.factory'
  5. - '@module_handler'