protected property SearchApiAbstractDataSourceController::$table in Search API 7
The table used for tracking items. Set to NULL on subclasses to disable the default tracking for an item type, or change the property to use a different table for tracking.
Type: string
File
- includes/
datasource.inc, line 410 - Contains the SearchApiDataSourceControllerInterface as well as a default base class.
Class
- SearchApiAbstractDataSourceController
- Provides a default base class for datasource controllers.
Code
protected $table = 'search_api_item';