public function SuggestionInterface::setPath in Linkit 8.5
Sets the suggestion path.
Parameters
string $path: The suggestion path to set.
Return value
$this
1 method overrides SuggestionInterface::setPath()
- SimpleSuggestion::setPath in src/
Suggestion/ SimpleSuggestion.php - Sets the suggestion path.
File
- src/
Suggestion/ SuggestionInterface.php, line 44
Class
- SuggestionInterface
- Defines the interface for suggestions.
Namespace
Drupal\linkit\SuggestionCode
public function setPath($path);