You are here

public function IconsetBase::getPublisherUrl in Social Media Links Block and Field 8.2

Return the url of the publisher.

Return value

string URL to the publisher website.

Overrides IconsetInterface::getPublisherUrl

File

src/IconsetBase.php, line 63

Class

IconsetBase
Base class for iconset.

Namespace

Drupal\social_media_links

Code

public function getPublisherUrl() {
  return $this->pluginDefinition['publisherUrl'];
}