You are here

public function TestProcessor::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.

Overrides ProcessorPluginBase::preprocessIndexItems

File

tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php, line 59

Class

TestProcessor
Provides a processor with dependencies, for the dependency removal tests.

Namespace

Drupal\search_api_test\Plugin\search_api\processor

Code

public function preprocessIndexItems(array $items) {
  $this
    ->logMethodCall(__FUNCTION__, func_get_args());
}