You are here

public function SuggestionInterface::setUrl in Search API Autocomplete 8

Sets the URL.

Parameters

\Drupal\Core\Url|null $url: The URL.

Return value

$this

1 method overrides SuggestionInterface::setUrl()
Suggestion::setUrl in src/Suggestion/Suggestion.php
Sets the URL.

File

src/Suggestion/SuggestionInterface.php, line 118

Class

SuggestionInterface
Defines a single autocompletion suggestion.

Namespace

Drupal\search_api_autocomplete\Suggestion

Code

public function setUrl($url);