You are here

public function InstallablePluginInterface::getInstalledLibrary in Markdown 8.2

Retrieves the installed library used by the plugin.

Return value

\Drupal\markdown\Annotation\InstallableLibrary|void The installed library, if any.

1 method overrides InstallablePluginInterface::getInstalledLibrary()
InstallablePluginBase::getInstalledLibrary in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the installed library used by the plugin.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 76

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getInstalledLibrary();