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