You are here

public function PlatformInterface::getUrlSuffix in Social Media Links Block and Field 8.2

Return the url suffix of the platform.

Return value

string The url suffix.

1 method overrides PlatformInterface::getUrlSuffix()
PlatformBase::getUrlSuffix in src/PlatformBase.php
Return the url suffix of the platform.

File

src/PlatformInterface.php, line 70

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function getUrlSuffix();