You are here

public function InstallablePluginInterface::isPreferredLibraryInstalled in Markdown 8.2

Indicates whether the preferred library is installed.

Return value

bool TRUE or FALSE

1 method overrides InstallablePluginInterface::isPreferredLibraryInstalled()
InstallablePluginBase::isPreferredLibraryInstalled in src/Plugin/Markdown/InstallablePluginBase.php
Indicates whether the preferred library is installed.

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function isPreferredLibraryInstalled();