public function TrackerInterface::trackItemsUpdated in Search API 8
Marks the given items as updated for this index.
Parameters
string[] $ids: The item IDs of the updated items.
2 methods override TrackerInterface::trackItemsUpdated()
- Basic::trackItemsUpdated in src/
Plugin/ search_api/ tracker/ Basic.php - Marks the given items as updated for this index.
- TestTracker::trackItemsUpdated in tests/
search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php - Marks the given items as updated for this index.
File
- src/
Tracker/ TrackerInterface.php, line 38
Class
- TrackerInterface
- Defines an interface for index tracker plugins.
Namespace
Drupal\search_api\TrackerCode
public function trackItemsUpdated(array $ids);