You are here

public function ItemInterface::getDatasourceId in Search API 8

Returns the ID of this item's datasource.

Return value

string The plugin ID of this item's datasource.

1 method overrides ItemInterface::getDatasourceId()
Item::getDatasourceId in src/Item/Item.php
Returns the ID of this item's datasource.

File

src/Item/ItemInterface.php, line 55

Class

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

Namespace

Drupal\search_api\Item

Code

public function getDatasourceId();