You are here

public function ItemInterface::getIndex in Search API 8

Returns the index of this item.

Return value

\Drupal\search_api\IndexInterface The index to which this item belongs.

1 method overrides ItemInterface::getIndex()
Item::getIndex in src/Item/Item.php
Returns the index of this item.

File

src/Item/ItemInterface.php, line 74

Class

ItemInterface
Represents a search item being indexed or returned as a search result.

Namespace

Drupal\search_api\Item

Code

public function getIndex();