You are here

protected property SearchApiAbstractDataSourceController::$changedColumn in Search API 7

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

Type: string

File

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

Class

SearchApiAbstractDataSourceController
Provides a default base class for datasource controllers.

Code

protected $changedColumn = 'changed';