You are here

public function TrackerInterface::trackItemsInserted in Search API 8

Inserts new items into the tracking system for this index.

Parameters

string[] $ids: The item IDs of the new search items.

2 methods override TrackerInterface::trackItemsInserted()
Basic::trackItemsInserted in src/Plugin/search_api/tracker/Basic.php
Inserts new items into the tracking system for this index.
TestTracker::trackItemsInserted in tests/search_api_test/src/Plugin/search_api/tracker/TestTracker.php
Inserts new items into the tracking system for this index.

File

src/Tracker/TrackerInterface.php, line 30

Class

TrackerInterface
Defines an interface for index tracker plugins.

Namespace

Drupal\search_api\Tracker

Code

public function trackItemsInserted(array $ids);