You are here

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

Return value for the title and WAI-ARIA attribute.

Return value

string The description.

1 method overrides PlatformInterface::getDescription()
PlatformBase::getDescription in src/PlatformBase.php
Return value for the title and WAI-ARIA attribute.

File

src/PlatformInterface.php, line 102

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function getDescription();