public function TrackerInterface::trackItemsDeleted in Search API 8
Removes items from the tracking system for this index.
Parameters
string[]|null $ids: (optional) The item IDs of the deleted items; or NULL to remove all items.
2 methods override TrackerInterface::trackItemsDeleted()
- Basic::trackItemsDeleted in src/
Plugin/ search_api/ tracker/ Basic.php - Removes items from the tracking system for this index.
- TestTracker::trackItemsDeleted in tests/
search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php - Removes items from the tracking system for this index.
File
- src/
Tracker/ TrackerInterface.php, line 63
Class
- TrackerInterface
- Defines an interface for index tracker plugins.
Namespace
Drupal\search_api\TrackerCode
public function trackItemsDeleted(array $ids = NULL);