public function PluginTypeInterface::getProvider in Plugin 8.2
Gets the plugin type provider.
Return value
string The provider is the machine name of the module that provides the plugin type.
1 method overrides PluginTypeInterface::getProvider()
- PluginType::getProvider in src/
PluginType/ PluginType.php - Gets the plugin type provider.
File
- src/
PluginType/ PluginTypeInterface.php, line 50
Class
- PluginTypeInterface
- Defines a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function getProvider();