You are here

public function PluginTypeInterface::getPluginManager in Plugin 8.2

Gets the plugin manager.

Return value

\Drupal\Component\Plugin\PluginManagerInterface

1 method overrides PluginTypeInterface::getPluginManager()
PluginType::getPluginManager in src/PluginType/PluginType.php
Gets the plugin manager.

File

src/PluginType/PluginTypeInterface.php, line 65

Class

PluginTypeInterface
Defines a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getPluginManager();