protected property SearchApiCombinedEntityDataSourceController::$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
Overrides SearchApiAbstractDataSourceController::$table
File
- includes/
datasource_multiple.inc, line 16 - Contains SearchApiCombinedEntityDataSourceController.
Class
- SearchApiCombinedEntityDataSourceController
- Provides a datasource for indexing multiple types of entities.
Code
protected $table = 'search_api_item_string_id';