public function AnnotatedPluginBase::getProvider in Markdown 8.2
Returns the provider (extension name) of the plugin.
Return value
string The provider of the plugin.
Overrides AnnotatedPluginInterface::getProvider
1 call to AnnotatedPluginBase::getProvider()
- InstallablePluginBase::getConfigurationName in src/
Plugin/ Markdown/ InstallablePluginBase.php - Returns the configuration name for the plugin.
File
- src/
Plugin/ Markdown/ AnnotatedPluginBase.php, line 97
Class
- AnnotatedPluginBase
- Base class for annotated plugins.
Namespace
Drupal\markdown\Plugin\MarkdownCode
public function getProvider() {
return $this->pluginDefinition
->getProvider();
}