public function IndexInterface::rebuildTracker in Search API 8
Starts a rebuild of the index's tracking information.
See also
\Drupal\search_api\Task\IndexTaskManagerInterface::stopTracking()
\Drupal\search_api\Task\IndexTaskManagerInterface::startTracking()
2 methods override IndexInterface::rebuildTracker()
- Index::rebuildTracker in src/
Entity/ Index.php - Starts a rebuild of the index's tracking information.
- UnsavedIndexConfiguration::rebuildTracker in src/
UnsavedIndexConfiguration.php - Starts a rebuild of the index's tracking information.
File
- src/
IndexInterface.php, line 714
Class
- IndexInterface
- Defines the interface for index entities.
Namespace
Drupal\search_apiCode
public function rebuildTracker();