You are here

public function InstallablePluginInterface::getUrl in Markdown 8.2

Retrieves the URL of the plugin, if set.

Parameters

array $options: Optional. An array of \Drupal\Core\Url options.

Return value

\Drupal\Core\Url|void A Url object of the plugin's URL or NULL if no URL was provided.

See also

\Drupal\Core\Url::fromUri

\Drupal\Core\Url::fromUserInput

1 method overrides InstallablePluginInterface::getUrl()
InstallablePluginBase::getUrl in src/Plugin/Markdown/InstallablePluginBase.php
Retrieves the URL of the plugin, if set.

File

src/Plugin/Markdown/InstallablePluginInterface.php, line 157

Class

InstallablePluginInterface
Interface for installable plugins.

Namespace

Drupal\markdown\Plugin\Markdown

Code

public function getUrl(array $options = []);