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

Breadcrumb

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

function 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\Scaffold

Code

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