You are here

public function AnnotatedPluginInterface::getProvider in Markdown 8.2

Returns the provider (extension name) of the plugin.

Return value

string The provider of the plugin.

1 method overrides AnnotatedPluginInterface::getProvider()
AnnotatedPluginBase::getProvider in src/Plugin/Markdown/AnnotatedPluginBase.php
Returns the provider (extension name) of the plugin.

File

src/Plugin/Markdown/AnnotatedPluginInterface.php, line 64

Class

AnnotatedPluginInterface
Interface for annotated plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getProvider();