Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RewindableGenerator.php

function RewindableGenerator::getIterator

File

vendor/symfony/dependency-injection/Argument/RewindableGenerator.php, line 28

Class

RewindableGenerator
@internal

Namespace

Symfony\Component\DependencyInjection\Argument

Code

public function getIterator() : \Traversable {
    $g = $this->generator;
    return $g();
}
RSS feed
Powered by Drupal