public function PluginInterface::getProvider in Markdown 8.2
Returns the provider (extension name) of the plugin.
Return value
string The provider of the plugin.
File
- src/
Plugin/ Markdown/ PluginInterface.php, line 50
Class
- PluginInterface
- Interface for markdown plugins.
Namespace
Drupal\markdown\Plugin\MarkdownCode
public function getProvider();