public function TestTracker::trackItemsIndexed in Search API 8
Marks items as indexed for this index.
Parameters
string[] $ids: An array of item IDs.
Overrides TrackerInterface::trackItemsIndexed
File
- tests/
search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php, line 72
Class
- TestTracker
- Provides a tracker implementation which uses a FIFO-like processing order.
Namespace
Drupal\search_api_test\Plugin\search_api\trackerCode
public function trackItemsIndexed(array $ids) {
$this
->logMethodCall(__FUNCTION__, func_get_args());
}