You are here

public function MarkdownInstallablePluginInterface::getVersion in Markdown 3.0.x

The current version of the parser.

Return value

string|null The parser version.

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

File

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

Class

MarkdownInstallablePluginInterface

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getVersion();