You are here

public function Result::getDisplayValue in Facets 8

Returns the display value as present in the index.

Return value

string The formatted value of the result.

Overrides ResultInterface::getDisplayValue

File

src/Result/Result.php, line 84

Class

Result
The default implementation of the result interfaces.

Namespace

Drupal\facets\Result

Code

public function getDisplayValue() {
  return $this->displayValue;
}