You are here

public function SimpleSuggestion::getPath in Linkit 8.5

Gets the suggestion path.

Return value

string The suggestion path.

Overrides SuggestionInterface::getPath

1 call to SimpleSuggestion::getPath()
SimpleSuggestion::jsonSerialize in src/Suggestion/SimpleSuggestion.php

File

src/Suggestion/SimpleSuggestion.php, line 49

Class

SimpleSuggestion
Defines a simple suggestion.

Namespace

Drupal\linkit\Suggestion

Code

public function getPath() {
  return $this->path;
}