public function PluginType::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.
Overrides PluginTypeInterface::getProvider
File
- src/
PluginType/ PluginType.php, line 191
Class
- PluginType
- Provides a plugin type.
Namespace
Drupal\plugin\PluginTypeCode
public function getProvider() {
return $this->provider;
}