You are here

public static function MarkdownInstallablePluginInterface::version in Markdown 3.0.x

Retrieves the version of the installed parser.

Return value

string|null

2 methods override MarkdownInstallablePluginInterface::version()
BaseExtension::version in src/Plugin/Markdown/Extension/BaseExtension.php
Retrieves the version of the installed parser.
BaseParser::version in src/Plugin/Markdown/BaseParser.php
Retrieves the version of the installed parser.

File

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

Class

MarkdownInstallablePluginInterface

Namespace

Drupal\markdown\Plugin\Markdown

Code

public static function version();