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

Breadcrumb

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

function ScaffoldFileInfo::destination

Gets the destination.

Return value

\Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath The scaffold path to the destination file.

File

composer/Plugin/Scaffold/ScaffoldFileInfo.php, line 74

Class

ScaffoldFileInfo
Data object that keeps track of one scaffold file.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function destination() {
    return $this->destination;
}
RSS feed
Powered by Drupal