You are here

public function SuggestionDescriptionInterface::getDescription in Linkit 8.5

Gets the suggestion description.

Return value

string The suggestion description.

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

File

src/Suggestion/SuggestionDescriptionInterface.php, line 16

Class

SuggestionDescriptionInterface
Defines the interface for suggestions that have a description.

Namespace

Drupal\linkit\Suggestion

Code

public function getDescription();