You are here

public function ResultInterface::setUrl in Facets 8

Sets the url.

Parameters

\Drupal\Core\Url $url: The url of the search page with the facet url appended.

1 method overrides ResultInterface::setUrl()
Result::setUrl in src/Result/Result.php
Sets the url.

File

src/Result/ResultInterface.php, line 66

Class

ResultInterface
The interface defining what a facet result should look like.

Namespace

Drupal\facets\Result

Code

public function setUrl(Url $url);