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\ScaffoldCode
public function fileMapping() {
  return $this->options['file-mapping'];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
