public function Result::getShortUrl in Google Search Appliance 8
Gets value of shortUrl.
Return value
string Value of shortUrl
File
- src/
SearchResults/ Result.php, line 146
Class
- Result
- Defines a value object representing a search result.
Namespace
Drupal\google_appliance\SearchResultsCode
public function getShortUrl() {
return $this->shortUrl;
}