You are here

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

Return the url to download the iconset.

Return value

string URL to download the iconset.

Overrides IconsetInterface::getDownloadUrl

File

src/IconsetBase.php, line 70

Class

IconsetBase
Base class for iconset.

Namespace

Drupal\social_media_links

Code

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