public function TestTracker::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.
Overrides TrackerInterface::trackAllItemsUpdated
File
- tests/
search_api_test/ src/ Plugin/ search_api/ tracker/ TestTracker.php, line 65
Class
- TestTracker
- Provides a tracker implementation which uses a FIFO-like processing order.
Namespace
Drupal\search_api_test\Plugin\search_api\trackerCode
public function trackAllItemsUpdated($datasource_id = NULL) {
$this
->logMethodCall(__FUNCTION__, func_get_args());
}