You are here

protected property SearchApiAbstractDataSourceController::$itemIdColumn in Search API 7

When using the default tracking mechanism: the name of the column on $this->table containing the item ID.

Type: string

File

includes/datasource.inc, line 418
Contains the SearchApiDataSourceControllerInterface as well as a default base class.

Class

SearchApiAbstractDataSourceController
Provides a default base class for datasource controllers.

Code

protected $itemIdColumn = 'item_id';