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

Breadcrumb

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

function ScaffoldOptions::fileMapping

Returns the actual file mappings.

Return value

array File mappings for just this config type.

1 call to ScaffoldOptions::fileMapping()
ScaffoldOptions::hasFileMapping in composer/Plugin/Scaffold/ScaffoldOptions.php
Determines if there are file mappings.

File

composer/Plugin/Scaffold/ScaffoldOptions.php, line 179

Class

ScaffoldOptions
Per-project options from the 'extras' section of the composer.json file.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function fileMapping() {
    return $this->options['file-mapping'];
}
RSS feed
Powered by Drupal