You are here

public function StatsTracker::rewind in Purge 8.3

Rewind the Iterator to the first element.

File

src/Plugin/Purge/Queue/StatsTracker.php, line 257

Class

StatsTracker
Provides the queue statistics tracker.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function rewind() {
  $this->position = 0;
}