You are here

public function PluginType::getPluginManagerServiceName in Plugin 8.2

Gets the service name of the plugin manager.

Return value

string The service name of the plugin manager.

Overrides PluginTypeInterface::getPluginManagerServiceName

File

src/PluginType/PluginType.php, line 198

Class

PluginType
Provides a plugin type.

Namespace

Drupal\plugin\PluginType

Code

public function getPluginManagerServiceName() {
  return $this->pluginManagerServiceId;
}