public function IconsetInterface::getPublisherUrl in Social Media Links Block and Field 8.2
Return the url of the publisher.
Return value
string URL to the publisher website.
1 method overrides IconsetInterface::getPublisherUrl()
- IconsetBase::getPublisherUrl in src/
IconsetBase.php - Return the url of the publisher.
File
- src/
IconsetInterface.php, line 34
Class
- IconsetInterface
- Defines an interface for social media links iconset plugins.
Namespace
Drupal\social_media_linksCode
public function getPublisherUrl();