You are here

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

Set the description.

Parameters

string $description: The description.

1 method overrides PlatformInterface::setDescription()
PlatformBase::setDescription in src/PlatformBase.php
Set the description.

File

src/PlatformInterface.php, line 110

Class

PlatformInterface
Defines an interface for social media links platform plugins.

Namespace

Drupal\social_media_links

Code

public function setDescription($description);