You are here

public function SuggestionDescriptionInterface::setDescription in Linkit 8.5

Sets the suggestion description.

Parameters

string $description: The suggestion description.

Return value

$this

1 method overrides SuggestionDescriptionInterface::setDescription()
DescriptionSuggestion::setDescription in src/Suggestion/DescriptionSuggestion.php
Sets the suggestion description.

File

src/Suggestion/SuggestionDescriptionInterface.php, line 26

Class

SuggestionDescriptionInterface
Defines the interface for suggestions that have a description.

Namespace

Drupal\linkit\Suggestion

Code

public function setDescription($description);