You are here

public function UnsavedIndexConfiguration::rebuildTracker in Search API 8

Starts a rebuild of the index's tracking information.

Overrides IndexInterface::rebuildTracker

See also

\Drupal\search_api\Task\IndexTaskManagerInterface::stopTracking()

\Drupal\search_api\Task\IndexTaskManagerInterface::startTracking()

File

src/UnsavedIndexConfiguration.php, line 613

Class

UnsavedIndexConfiguration
Represents a configuration of an index that was not yet permanently saved.

Namespace

Drupal\search_api

Code

public function rebuildTracker() {
  $this->entity
    ->rebuildTracker();
}