You are here

protected property PostRequestIndexing::$operations in Search API 8

Indexing operations that should be executed at the end of the page request.

The array is keyed by index ID and has arrays of item IDs to index for that search index as values.

Type: string[][]

File

src/Utility/PostRequestIndexing.php, line 25

Class

PostRequestIndexing
Provides a service for indexing items at the end of the page request.

Namespace

Drupal\search_api\Utility

Code

protected $operations = [];