public function ProcessorPluginBase::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.
Overrides ProcessorInterface::addFieldValues
8 methods override ProcessorPluginBase::addFieldValues()
- AddURL::addFieldValues in src/
Plugin/ search_api/ processor/ AddURL.php - Adds the values of properties defined by this processor to the item.
- AggregatedFields::addFieldValues in src/
Plugin/ search_api/ processor/ AggregatedFields.php - Adds the values of properties defined by this processor to the item.
- ContentAccess::addFieldValues in src/
Plugin/ search_api/ processor/ ContentAccess.php - Adds the values of properties defined by this processor to the item.
- LanguageWithFallback::addFieldValues in src/
Plugin/ search_api/ processor/ LanguageWithFallback.php - Adds the values of properties defined by this processor to the item.
- RenderedItem::addFieldValues in src/
Plugin/ search_api/ processor/ RenderedItem.php - Adds the values of properties defined by this processor to the item.
File
- src/
Processor/ ProcessorPluginBase.php, line 155
Class
- ProcessorPluginBase
- Defines a base class from which other processors may extend.
Namespace
Drupal\search_api\ProcessorCode
public function addFieldValues(ItemInterface $item) {
}