protected property Index::$datasource_settings in Search API 8
The settings of the datasources selected for this index.
The array has the following structure:
[
'DATASOURCE_ID' => [],
…,
];
Type: array
File
- src/
Entity/ Index.php, line 170
Class
- Index
- Defines the search index configuration entity.
Namespace
Drupal\search_api\EntityCode
protected $datasource_settings = [];