public function ScaffoldFileCollection::getIterator in Drupal 9
Same name and namespace in other branches
- 8 composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::getIterator()
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);
}