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