You are here

public function Result::getRawValue in Facets 8

Returns the raw value as present in the index.

Return value

string The raw value of the result.

Overrides ResultInterface::getRawValue

File

src/Result/Result.php, line 91

Class

Result
The default implementation of the result interfaces.

Namespace

Drupal\facets\Result

Code

public function getRawValue() {
  return $this->rawValue;
}