function ScaffoldFilePath::relativePath

Gets the relative path to the source file (best to use in messages).

Return value

string Relative path to file.

File

composer/Plugin/Scaffold/ScaffoldFilePath.php, line 94

Class

ScaffoldFilePath
Manage the path to a file to scaffold.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function relativePath() {
  return $this->relativePath;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.