public function PluginTypeInterface::getPluginManagerServiceName in Plugin 8.2
Gets the service name of the plugin manager.
Return value
string The service name of the plugin manager.
1 method overrides PluginTypeInterface::getPluginManagerServiceName()
- PluginType::getPluginManagerServiceName in src/
PluginType/ PluginType.php - Gets the service name of the plugin manager.
File
- src/
PluginType/ PluginTypeInterface.php, line 58
Class
- PluginTypeInterface
- Defines a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function getPluginManagerServiceName();