You are here

public function ProcessorInterface::addFieldValues in Search API 8

Adds the values of properties defined by this processor to the item.

Parameters

\Drupal\search_api\Item\ItemInterface $item: The item whose field values should be added.

1 method overrides ProcessorInterface::addFieldValues()
ProcessorPluginBase::addFieldValues in src/Processor/ProcessorPluginBase.php
Adds the values of properties defined by this processor to the item.

File

src/Processor/ProcessorInterface.php, line 159

Class

ProcessorInterface
Provides an interface for Search API processor plugins.

Namespace

Drupal\search_api\Processor

Code

public function addFieldValues(ItemInterface $item);