You are here

public function SuggestionInterface::getPath in Linkit 8.5

Gets the suggestion path.

Return value

string The suggestion path.

1 method overrides SuggestionInterface::getPath()
SimpleSuggestion::getPath in src/Suggestion/SimpleSuggestion.php
Gets the suggestion path.

File

src/Suggestion/SuggestionInterface.php, line 34

Class

SuggestionInterface
Defines the interface for suggestions.

Namespace

Drupal\linkit\Suggestion

Code

public function getPath();