public function Result::setUrl in Facets 8
Sets the url.
Parameters
\Drupal\Core\Url $url: The url of the search page with the facet url appended.
Overrides ResultInterface::setUrl
File
- src/
Result/ Result.php, line 119
Class
- Result
- The default implementation of the result interfaces.
Namespace
Drupal\facets\ResultCode
public function setUrl(Url $url) {
$this->url = $url;
}