You are here

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

Return value for the title and WAI-ARIA attribute.

Return value

string The description.

Overrides PlatformInterface::getDescription

File

src/PlatformBase.php, line 92

Class

PlatformBase
Base class for platform.

Namespace

Drupal\social_media_links

Code

public function getDescription() {
  return Html::escape($this->description);
}