You are here

public function ItemsIndexedEvent::getProcessedIds in Search API 8

Retrieves the processed IDs.

Return value

int[] An array containing the successfully indexed items' IDs.

File

src/Event/ItemsIndexedEvent.php, line 56

Class

ItemsIndexedEvent
Wraps an items indexed event.

Namespace

Drupal\search_api\Event

Code

public function getProcessedIds() {
  return $this->processedIds;
}