You are here

protected function PdfEngine::getPdfEnginePluginManager in Entity Print 8

Gets the plugin manager.

Return value

\Drupal\entity_print\Plugin\EntityPrintPluginManager The plugin manager instance.

1 call to PdfEngine::getPdfEnginePluginManager()
PdfEngine::getPdfEnginePluginCollection in src/Entity/PdfEngine.php
Gets a single lazy plugin collection.

File

src/Entity/PdfEngine.php, line 86

Class

PdfEngine
Defines the Pdf Engine specific configuration.

Namespace

Drupal\entity_print\Entity

Code

protected function getPdfEnginePluginManager() {
  return \Drupal::service('plugin.manager.entity_print.pdf_engine');
}