You are here

public function KeyMatch::getDescription in Google Search Appliance 8

Gets value of description.

Return value

string Value of description

File

src/SearchResults/KeyMatch.php, line 43

Class

KeyMatch
Defines a value object for key-matches.

Namespace

Drupal\google_appliance\SearchResults

Code

public function getDescription() {
  return $this->description;
}