You are here

public function IconsetInterface::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.

1 method overrides IconsetInterface::getDownloadUrl()
IconsetBase::getDownloadUrl in src/IconsetBase.php
Return the url to download the iconset.

File

src/IconsetInterface.php, line 42

Class

IconsetInterface
Defines an interface for social media links iconset plugins.

Namespace

Drupal\social_media_links

Code

public function getDownloadUrl();