You are here

public function ResultInterface::getRawValue in Facets 8

Returns the raw value as present in the index.

Return value

string The raw value of the result.

1 method overrides ResultInterface::getRawValue()
Result::getRawValue in src/Result/Result.php
Returns the raw value as present in the index.

File

src/Result/ResultInterface.php, line 26

Class

ResultInterface
The interface defining what a facet result should look like.

Namespace

Drupal\facets\Result

Code

public function getRawValue();