You are here

public function MarkdownInstallablePluginInterface::getUrl in Markdown 3.0.x

Retrieves the URL of the plugin, if set.

Return value

\Drupal\Core\Url|null

2 methods override MarkdownInstallablePluginInterface::getUrl()
BaseExtension::getUrl in src/Plugin/Markdown/Extension/BaseExtension.php
Retrieves the URL of the plugin, if set.
MarkdownParserInterface::getUrl in src/Plugin/Markdown/MarkdownParserInterface.php
Retrieves the URL for the parser, if any.

File

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

Class

MarkdownInstallablePluginInterface

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getUrl();