You are here

public function Result::getEncodedUrl in Google Search Appliance 8

Gets value of encodedUrl.

Return value

string Value of encodedUrl

File

src/SearchResults/Result.php, line 136

Class

Result
Defines a value object representing a search result.

Namespace

Drupal\google_appliance\SearchResults

Code

public function getEncodedUrl() {
  return $this->encodedUrl;
}