You are here

public function FacetsSummaryInterface::getFacetSource in Facets 8

Returns the plugin instance of a facet source.

Return value

\Drupal\facets\FacetSource\FacetSourcePluginInterface The plugin instance for the facet source.

1 method overrides FacetsSummaryInterface::getFacetSource()
FacetsSummary::getFacetSource in modules/facets_summary/src/Entity/FacetsSummary.php
Returns the plugin instance of a facet source.

File

modules/facets_summary/src/FacetsSummaryInterface.php, line 47

Class

FacetsSummaryInterface
Interface for the entity.

Namespace

Drupal\facets_summary

Code

public function getFacetSource();