You are here

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\Markdown

Code

public function getProvider();