You are here

service plugin.manager.entity_print.pdf_engine in Entity Print 8

Class

Drupal\entity_print\Plugin\EntityPrintPluginManager
5 string references to plugin.manager.entity_print.pdf_engine
EntityPrintController::create in src/Controller/EntityPrintController.php
Instantiates a new instance of this class.
entity_print_post_update_migrate_config in ./entity_print.post_update.php
Migrate simple config into new config entities.
PdfDownload::create in src/Plugin/Action/PdfDownload.php
Creates an instance of the plugin.
PdfEngine::getPdfEnginePluginManager in src/Entity/PdfEngine.php
Gets the plugin manager.
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\entity_print\Plugin\EntityPrintPluginManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@event_dispatcher'