You are here

public function IconProviderBase::getUrl in Icon API 8

Retrieves the url for more information regarding the provider

Return value

string The url.

Overrides IconProviderInterface::getUrl

File

src/Plugin/Icon/IconProviderBase.php, line 44

Class

IconProviderBase
Class IconProviderBase

Namespace

Drupal\icon\Plugin\Icon

Code

public function getUrl() {
  return isset($this->pluginDefinition['url']) ? $this->pluginDefinition['url'] : '';
}