You are here

protected property SearchApiAbstractDataSourceController::$indexIdColumn in Search API 7

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

Type: string

File

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

Class

SearchApiAbstractDataSourceController
Provides a default base class for datasource controllers.

Code

protected $indexIdColumn = 'index_id';