You are here

public function EntityPrintPluginManagerInterface::createSelectedInstance in Entity Print 8.2

Gets currently selected plugin for this export type.

Parameters

string $export_type: The export type plugin id.

Return value

\Drupal\entity_print\Plugin\PrintEngineInterface The loaded print engine.

1 method overrides EntityPrintPluginManagerInterface::createSelectedInstance()
EntityPrintPluginManager::createSelectedInstance in src/Plugin/EntityPrintPluginManager.php
Gets currently selected plugin for this export type.

File

src/Plugin/EntityPrintPluginManagerInterface.php, line 21

Class

EntityPrintPluginManagerInterface
Print plugin manager interface.

Namespace

Drupal\entity_print\Plugin

Code

public function createSelectedInstance($export_type);