You are here

public function PrintEngineStorageInterface::getPrintEnginePluginCollection in Entity Print 8.2

Gets a single lazy plugin collection.

Return value

\Drupal\Core\Plugin\DefaultSingleLazyPluginCollection The plugin collection for our Print Engine plugin.

1 method overrides PrintEngineStorageInterface::getPrintEnginePluginCollection()
PrintEngineStorage::getPrintEnginePluginCollection in src/Entity/PrintEngineStorage.php
Gets a single lazy plugin collection.

File

src/Entity/PrintEngineStorageInterface.php, line 19

Class

PrintEngineStorageInterface
An interface for our config entity storage for Print engines.

Namespace

Drupal\entity_print\Entity

Code

public function getPrintEnginePluginCollection();