You are here

public function InstallablePluginInterface::isInstalled in Markdown 8.2

Indicates whether the plugin is installed.

Return value

bool TRUE or FALSE

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

File

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

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function isInstalled();