You are here

public function StatsTracker::next in Purge 8.3

Move forward to next element.

File

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

Class

StatsTracker
Provides the queue statistics tracker.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function next() {
  $this
    ->initializeStatistics();
  ++$this->position;
}