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\EntityCode
protected $tracker_settings = NULL;