public function IndexingItemsEvent::getItems in Search API 8
Retrieves the items that will be indexed.
Return value
\Drupal\search_api\Item\ItemInterface[] The items that will be indexed.
File
- src/
Event/ IndexingItemsEvent.php, line 56
Class
- IndexingItemsEvent
- Wraps an indexing items event.
Namespace
Drupal\search_api\EventCode
public function getItems() {
return $this->items;
}