Overrides SourcePluginBase::rewind
public function rewind() : void { $this->batch = 0; // Database queries have to be run again as they cannot be rewound. unset($this->iterator); parent::rewind(); }