public function TrackerInterface::trackAllItemsUpdated in Search API 8
Marks all items as updated, or only those of a specific datasource.
Parameters
string|null $datasource_id: (optional) If given, only items of that datasource are marked as updated.
2 methods override TrackerInterface::trackAllItemsUpdated()
- Basic::trackAllItemsUpdated in src/
Plugin/ search_api/ tracker/ Basic.php - Marks all items as updated, or only those of a specific datasource.
- TestTracker::trackAllItemsUpdated in tests/
search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php - Marks all items as updated, or only those of a specific datasource.
File
- src/
Tracker/ TrackerInterface.php, line 46
Class
- TrackerInterface
- Defines an interface for index tracker plugins.
Namespace
Drupal\search_api\TrackerCode
public function trackAllItemsUpdated($datasource_id = NULL);