You are here

public function InstallablePluginInterface::getInstalledId in Markdown 8.2

Retrieves the composer package name of the installable library, if any.

Return value

string|void The installed identifier, if any.

1 method overrides InstallablePluginInterface::getInstalledId()
InstallablePluginBase::getInstalledId in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the composer package name of the installable library, if any.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getInstalledId();