You are here

public function ProcessorPluginBase::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 ProcessorInterface::preprocessIndexItems

5 methods override ProcessorPluginBase::preprocessIndexItems()
AddHierarchy::preprocessIndexItems in src/Plugin/search_api/processor/AddHierarchy.php
Preprocesses search items for indexing.
FieldsProcessorPluginBase::preprocessIndexItems in src/Processor/FieldsProcessorPluginBase.php
Preprocesses search items for indexing.
NumberFieldBoost::preprocessIndexItems in src/Plugin/search_api/processor/NumberFieldBoost.php
Preprocesses search items for indexing.
TestProcessor::preprocessIndexItems in tests/search_api_test/src/Plugin/search_api/processor/TestProcessor.php
Preprocesses search items for indexing.
TypeBoost::preprocessIndexItems in src/Plugin/search_api/processor/TypeBoost.php
Preprocesses search items for indexing.

File

src/Processor/ProcessorPluginBase.php, line 170

Class

ProcessorPluginBase
Defines a base class from which other processors may extend.

Namespace

Drupal\search_api\Processor

Code

public function preprocessIndexItems(array $items) {
}