You are here

public function DisplayInterface::getIndex in Search API 8

Returns the index used by this display.

Return value

\Drupal\search_api\IndexInterface The search index used by this display.

1 method overrides DisplayInterface::getIndex()
DisplayPluginBase::getIndex in src/Display/DisplayPluginBase.php
Returns the index used by this display.

File

src/Display/DisplayInterface.php, line 43

Class

DisplayInterface
Defines an interface for display plugins.

Namespace

Drupal\search_api\Display

Code

public function getIndex();