You are here

service plugin.manager.entity_print.print_engine in Entity Print 8.2

Class

Drupal\entity_print\Plugin\EntityPrintPluginManager
7 string references to plugin.manager.entity_print.print_engine
EntityPrintController::create in src/Controller/EntityPrintController.php
Instantiates a new instance of this class.
EntityPrintPluginManagerTest::setUp in tests/src/Kernel/EntityPrintPluginManagerTest.php
entity_print_post_update_migrate_config in ./entity_print.post_update.php
Migrate simple config into new config entities.
PrintDownload::create in src/Plugin/Action/PrintDownload.php
Creates an instance of the plugin.
PrintEngineStorage::getPrintEnginePluginManager in src/Entity/PrintEngineStorage.php
Gets the plugin manager.

... See full list

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'
  7. - '@config.factory'
  8. - '@entity_type.manager'