You are here

public function ResultInterface::getDisplayValue in Facets 8

Returns the display value as present in the index.

Return value

string The formatted value of the result.

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

File

src/Result/ResultInterface.php, line 34

Class

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

Namespace

Drupal\facets\Result

Code

public function getDisplayValue();