You are here

public static function BaseExtension::installed in Markdown 3.0.x

Indicates whether the parser is installed.

Return value

bool

Overrides MarkdownInstallablePluginInterface::installed

File

src/Plugin/Markdown/Extension/BaseExtension.php, line 29

Class

BaseExtension
Base class for markdown extensions.

Namespace

Drupal\markdown\Plugin\Markdown\Extension

Code

public static function installed() : bool {
  return FALSE;
}