You are here

public function Result::getUrl in Facets 8

Returns the url.

Return value

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

Overrides ResultInterface::getUrl

File

src/Result/Result.php, line 112

Class

Result
The default implementation of the result interfaces.

Namespace

Drupal\facets\Result

Code

public function getUrl() {
  return $this->url;
}