public function PdfEngineInterface::getPdfEnginePluginCollection in Entity Print 8
Gets a single lazy plugin collection.
Return value
\Drupal\Core\Plugin\DefaultSingleLazyPluginCollection The plugin collection for our PDF Engine plugin.
1 method overrides PdfEngineInterface::getPdfEnginePluginCollection()
- PdfEngine::getPdfEnginePluginCollection in src/
Entity/ PdfEngine.php - Gets a single lazy plugin collection.
File
- src/
Entity/ PdfEngineInterface.php, line 19
Class
- PdfEngineInterface
- An interface for our config entity storage for PDF engines.
Namespace
Drupal\entity_print\EntityCode
public function getPdfEnginePluginCollection();