function OperationData::destination
Gets the destination path that this operation data is associated with.
Return value
string The destination path for the scaffold result.
File
-
composer/
Plugin/ Scaffold/ Operations/ OperationData.php, line 53
Class
- OperationData
- Holds parameter data for operation objects during operation creation only.
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.