You are here

public function MarkdownParserInterface::getUrl in Markdown 3.0.x

Retrieves the URL for the parser, if any.

Return value

string|null

Overrides MarkdownInstallablePluginInterface::getUrl

1 method overrides MarkdownParserInterface::getUrl()
BaseParser::getUrl in src/Plugin/Markdown/BaseParser.php
Retrieves the URL for the parser, if any.

File

src/Plugin/Markdown/MarkdownParserInterface.php, line 73

Class

MarkdownParserInterface
Interface MarkdownInterface.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getUrl();