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

Breadcrumb

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

function ScaffoldResult::destination

Gets the destination scaffold file that this result refers to.

Return value

\Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath The destination path for the scaffold result.

File

composer/Plugin/Scaffold/Operations/ScaffoldResult.php, line 57

Class

ScaffoldResult
Record the result of a scaffold operation.

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

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