You are here

protected property SearchApiBaseFacetSource::$index in Facets 8

The search index.

Type: \Drupal\search_api\IndexInterface

Deprecated

in facets:8.x-1.5 and is removed from facets:8.x-2.0. Classes extending SearchApiBaseFacetSource should implement ::getIndex() instead.

File

src/Plugin/facets/facet_source/SearchApiBaseFacetSource.php, line 29

Class

SearchApiBaseFacetSource
A base class for Search API facet sources.

Namespace

Drupal\facets\Plugin\facets\facet_source

Code

protected $index;