public function ProcessorInterface::alterIndexedItems in Search API 8
Alter the items to be indexed.
Parameters
\Drupal\search_api\Item\ItemInterface[] $items: An array of items to be indexed, passed by reference.
1 method overrides ProcessorInterface::alterIndexedItems()
- ProcessorPluginBase::alterIndexedItems in src/
Processor/ ProcessorPluginBase.php - Alter the items to be indexed.
File
- src/
Processor/ ProcessorInterface.php, line 175
Class
- ProcessorInterface
- Provides an interface for Search API processor plugins.
Namespace
Drupal\search_api\ProcessorCode
public function alterIndexedItems(array &$items);