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

Breadcrumb

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

function HelperSet::getIterator

File

vendor/symfony/console/Helper/HelperSet.php, line 70

Class

HelperSet
HelperSet represents a set of helpers to be used with a command.

Namespace

Symfony\Component\Console\Helper

Code

public function getIterator() : \Traversable {
    return new \ArrayIterator($this->helpers);
}
RSS feed
Powered by Drupal