You are here

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

Get the value for the platform.

Return value

string The value.

1 method overrides PlatformInterface::getValue()
PlatformBase::getValue in src/PlatformBase.php
Get the value for the platform.

File

src/PlatformInterface.php, line 20

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function getValue();