function ScaffoldFilePath::packageName
Same name in other branches
- 9 composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::packageName()
- 8.9.x composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::packageName()
- 11.x composer/Plugin/Scaffold/ScaffoldFilePath.php \Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath::packageName()
Gets the name of the package this source file was pulled from.
Return value
string Name of package.
1 call to ScaffoldFilePath::packageName()
- 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 84
Class
- ScaffoldFilePath
- Manage the path to a file to scaffold.
Namespace
Drupal\Composer\Plugin\ScaffoldCode
public function packageName() {
return $this->packageName;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.