You are here

public function ProcessorInterface::preprocessIndexItems in Search API 8

Preprocesses search items for indexing.

Parameters

\Drupal\search_api\Item\ItemInterface[] $items: An array of items to be preprocessed for indexing.

1 method overrides ProcessorInterface::preprocessIndexItems()
ProcessorPluginBase::preprocessIndexItems in src/Processor/ProcessorPluginBase.php
Preprocesses search items for indexing.

File

src/Processor/ProcessorInterface.php, line 183

Class

ProcessorInterface
Provides an interface for Search API processor plugins.

Namespace

Drupal\search_api\Processor

Code

public function preprocessIndexItems(array $items);