You are here

protected property Index::$tracker_settings in Search API 8

The tracker settings.

The array has the following structure:

[
  'TRACKER_ID' => [],
];

There is always just a single entry in the array.

Type: array

File

src/Entity/Index.php, line 203

Class

Index
Defines the search index configuration entity.

Namespace

Drupal\search_api\Entity

Code

protected $tracker_settings = NULL;