You are here

protected property SearchApiDenormalizedEntityDataSourceController::$table in Search API Grouping 7.2

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_denormalized_entity.inc, line 19
Contains the SearchApiDenormalizedEntityDataSourceController class.

Class

SearchApiDenormalizedEntityDataSourceController
Data source for all entities known to the Entity API.

Code

protected $table = 'search_api_denormalized_entity';