public function IndexTaskManagerInterface::addItemsBatch in Search API 8
Sets a batch to track all remaining items for the given index.
Parameters
\Drupal\search_api\IndexInterface $index: The search index.
1 method overrides IndexTaskManagerInterface::addItemsBatch()
- IndexTaskManager::addItemsBatch in src/
Task/ IndexTaskManager.php - Sets a batch to track all remaining items for the given index.
File
- src/
Task/ IndexTaskManagerInterface.php, line 43
Class
- IndexTaskManagerInterface
- Defines the interface for the index task manager.
Namespace
Drupal\search_api\TaskCode
public function addItemsBatch(IndexInterface $index);