You are here

public function FacetInterface::getResults in Facets 8

Returns the result for the facet.

Return value

\Drupal\facets\Result\ResultInterface[] The results of the facet.

1 method overrides FacetInterface::getResults()
Facet::getResults in src/Entity/Facet.php
Returns the result for the facet.

File

src/FacetInterface.php, line 175

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getResults();