/** * {@inheritdoc} */ protected function initializeIterator() { $values = $this->tempStore->getAll(); return new \ArrayIterator($values); }