Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ScaffoldFileCollection.php

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 = [];
RSS feed
Powered by Drupal