You are here

public function MarkdownInstallablePluginInterface::isInstalled in Markdown 3.0.x

Indicates whether the parser is installed.

Return value

bool

2 methods override MarkdownInstallablePluginInterface::isInstalled()
BaseExtension::isInstalled in src/Plugin/Markdown/Extension/BaseExtension.php
Indicates whether the parser is installed.
BaseParser::isInstalled in src/Plugin/Markdown/BaseParser.php
Indicates whether the parser is installed.

File

src/Plugin/Markdown/MarkdownInstallablePluginInterface.php, line 62

Class

MarkdownInstallablePluginInterface

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function isInstalled() : bool;