You are here

public function Facet::getResults in Facets 8

Returns the result for the facet.

Return value

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

Overrides FacetInterface::getResults

File

src/Entity/Facet.php, line 778

Class

Facet
Defines the facet configuration entity.

Namespace

Drupal\facets\Entity

Code

public function getResults() {
  return $this->results;
}