You are here

protected property ScaffoldFileCollection::$scaffoldFilesByProject in Drupal 8

Same name and namespace in other branches
  1. 9 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 = [];