You are here

public function SearchApiFacetSourceInterface::getDisplay in Facets 8

Retrieves the Search API display plugin associated with this facet source.

Return value

\Drupal\search_api\Display\DisplayInterface The Search API display plugin associated with this facet source.

2 methods override SearchApiFacetSourceInterface::getDisplay()
SearchApiBaseFacetSource::getDisplay in src/Plugin/facets/facet_source/SearchApiBaseFacetSource.php
Retrieves the Search API display plugin associated with this facet source.
SearchApiDisplay::getDisplay in src/Plugin/facets/facet_source/SearchApiDisplay.php
Retrieves the Search API display plugin associated with this facet source.

File

src/FacetSource/SearchApiFacetSourceInterface.php, line 24

Class

SearchApiFacetSourceInterface
A facet source that uses Search API as a base.

Namespace

Drupal\facets\FacetSource

Code

public function getDisplay();