function ScaffoldFilePath::fullPath
Same name in other branches
- 8.9.x composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::fullPath()
- 10 composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::fullPath()
- 11.x composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::fullPath()
Gets the full path to the source file.
Return value
string Full path to file.
1 call to ScaffoldFilePath::fullPath()
- ScaffoldFilePath::addInterpolationData in composer/
Plugin/ Scaffold/ ScaffoldFilePath.php - Adds data about the relative and full path to the provided interpolator.
File
-
composer/
Plugin/ Scaffold/ ScaffoldFilePath.php, line 104
Class
- ScaffoldFilePath
- Manage the path to a file to scaffold.
Namespace
Drupal\Composer\Plugin\ScaffoldCode
public function fullPath() {
return $this->fullPath;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.