You are here

public function PluginInterface::getUrl in Markdown 8.2

Retrieves the URL of the plugin, if set.

Return value

\Drupal\Core\Url|null A Url object or NULL if not set.

File

src/Plugin/Markdown/PluginInterface.php, line 58

Class

PluginInterface
Interface for markdown plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getUrl();