You are here

public function FacetSourcePluginInterface::fillFacetsWithResults in Facets 8

Fills the facet entities with results from the facet source.

Parameters

\Drupal\facets\FacetInterface[] $facets: The configured facets.

1 method overrides FacetSourcePluginInterface::fillFacetsWithResults()
SearchApiDisplay::fillFacetsWithResults in src/Plugin/facets/facet_source/SearchApiDisplay.php
Fills the facet entities with results from the facet source.

File

src/FacetSource/FacetSourcePluginInterface.php, line 26

Class

FacetSourcePluginInterface
Describes a source for facet items.

Namespace

Drupal\facets\FacetSource

Code

public function fillFacetsWithResults(array $facets);