You are here

public function ItemInterface::getId in Search API 8

Returns the item's ID.

Return value

string The ID of this item.

1 method overrides ItemInterface::getId()
Item::getId in src/Item/Item.php
Returns the item's ID.

File

src/Item/ItemInterface.php, line 21

Class

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

Namespace

Drupal\search_api\Item

Code

public function getId();