ScaffoldFileCollection::$scaffoldFilesByProject
Same name in other branches
- 9 composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::scaffoldFilesByProject
- 8.9.x composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::scaffoldFilesByProject
- 11.x composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::scaffoldFilesByProject
Nested list of all scaffold files.
The top level array maps from the package name to the collection of scaffold files provided by that package. Each collection of scaffold files is keyed by destination path.
Type: \Drupal\Composer\Plugin\Scaffold\ScaffoldFileInfo[][]
File
-
composer/
Plugin/ Scaffold/ Operations/ ScaffoldFileCollection.php, line 27
Class
- ScaffoldFileCollection
- Collection of scaffold files.
Namespace
Drupal\Composer\Plugin\Scaffold\OperationsCode
protected $scaffoldFilesByProject = [];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.