You are here

protected property Index::$processorInstances in Search API 8

Instances of the processor plugins.

In the ::preSave method we're saving the contents of these back into the $tracker_settings array. When adding, removing or changing configuration we should therefore always manipulate this property instead of the stored one.

Type: \Drupal\search_api\Processor\ProcessorInterface[]|null

File

src/Entity/Index.php, line 264

Class

Index
Defines the search index configuration entity.

Namespace

Drupal\search_api\Entity

Code

protected $processorInstances;