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\ResultCode
public function getRawValue() {
return $this->rawValue;
}