public function ResultInterface::getUrl in Facets 8
Returns the url.
Return value
\Drupal\Core\Url The url of the search page with the facet url appended.
1 method overrides ResultInterface::getUrl()
- Result::getUrl in src/
Result/ Result.php - Returns the url.
File
- src/
Result/ ResultInterface.php, line 58
Class
- ResultInterface
- The interface defining what a facet result should look like.
Namespace
Drupal\facets\ResultCode
public function getUrl();