You are here

public function TypePluginManagerAggregator::getIterator in GraphQL 8.3

File

src/Plugin/TypePluginManagerAggregator.php, line 49

Class

TypePluginManagerAggregator

Namespace

Drupal\graphql\Plugin

Code

public function getIterator() {
  return new \ArrayIterator($this->pluginManagers);
}