ScaffoldFileCollection::$scaffoldFilesByProject

Same name in other branches
  1. 9 composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::scaffoldFilesByProject
  2. 8.9.x composer/Plugin/Scaffold/Operations/ScaffoldFileCollection.php \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection::scaffoldFilesByProject
  3. 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\Operations

Code

protected $scaffoldFilesByProject = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.