function ScaffoldFileCollection::getIterator
Attributes
#[\ReturnTypeWillChange]
File
- 
              composer/
Plugin/ Scaffold/ Operations/ ScaffoldFileCollection.php, line 118  
Class
- ScaffoldFileCollection
 - Collection of scaffold files.
 
Namespace
Drupal\Composer\Plugin\Scaffold\OperationsCode
public function getIterator() {
  return new \ArrayIterator($this->scaffoldFilesByProject);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.