Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ScaffoldFileInfo::$destination property composer/Plugin/Scaffold/ScaffoldFileInfo.php The path to the destination.
ScaffoldFileInfo::$op property composer/Plugin/Scaffold/ScaffoldFileInfo.php The operation used to create the destination.
ScaffoldFileInfo::destination function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the destination.
ScaffoldFileInfo::hasChanged function composer/Plugin/Scaffold/ScaffoldFileInfo.php Returns TRUE if the target does not exist or has changed.
ScaffoldFileInfo::interpolate function composer/Plugin/Scaffold/ScaffoldFileInfo.php Replaces placeholders in a message.
ScaffoldFileInfo::op function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the Scaffold operation.
ScaffoldFileInfo::overridden function composer/Plugin/Scaffold/ScaffoldFileInfo.php Determines if this scaffold file has been overridden by another package.
ScaffoldFileInfo::packageName function composer/Plugin/Scaffold/ScaffoldFileInfo.php Gets the package name.
ScaffoldFileInfo::process function composer/Plugin/Scaffold/ScaffoldFileInfo.php Moves a single scaffold file from source to destination.
ScaffoldFileInfo::__construct function composer/Plugin/Scaffold/ScaffoldFileInfo.php Constructs a ScaffoldFileInfo object.
ScaffoldFilePath class composer/Plugin/Scaffold/ScaffoldFilePath.php Manage the path to a file to scaffold.
ScaffoldFilePath.php file composer/Plugin/Scaffold/ScaffoldFilePath.php
ScaffoldFilePath::$fullPath property composer/Plugin/Scaffold/ScaffoldFilePath.php The full path to the file.
ScaffoldFilePath::$packageName property composer/Plugin/Scaffold/ScaffoldFilePath.php The name of the package containing the file.
ScaffoldFilePath::$relativePath property composer/Plugin/Scaffold/ScaffoldFilePath.php The relative path to the file.
ScaffoldFilePath::$type property composer/Plugin/Scaffold/ScaffoldFilePath.php The type of scaffold file this is,'autoload', 'dest' or 'src'.
ScaffoldFilePath::addInterpolationData function composer/Plugin/Scaffold/ScaffoldFilePath.php Adds data about the relative and full path to the provided interpolator.
ScaffoldFilePath::destinationPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative destination path into an absolute path.
ScaffoldFilePath::fullPath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the full path to the source file.
ScaffoldFilePath::getInterpolator function composer/Plugin/Scaffold/ScaffoldFilePath.php Interpolate a string using the data from this scaffold file info.
ScaffoldFilePath::packageName function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the name of the package this source file was pulled from.
ScaffoldFilePath::relativePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Gets the relative path to the source file (best to use in messages).
ScaffoldFilePath::sourcePath function composer/Plugin/Scaffold/ScaffoldFilePath.php Converts the relative source path into an absolute path.
ScaffoldFilePath::__construct function composer/Plugin/Scaffold/ScaffoldFilePath.php ScaffoldFilePath constructor.
ScaffoldOptions class composer/Plugin/Scaffold/ScaffoldOptions.php Per-project options from the 'extras' section of the composer.json file.
ScaffoldOptions.php file composer/Plugin/Scaffold/ScaffoldOptions.php
ScaffoldOptions::$options property composer/Plugin/Scaffold/ScaffoldOptions.php The raw data from the 'extras' section of the top-level composer.json file.
ScaffoldOptions::allowedPackages function composer/Plugin/Scaffold/ScaffoldOptions.php Gets allowed packages from these options.
ScaffoldOptions::create function composer/Plugin/Scaffold/ScaffoldOptions.php Creates a scaffold options object.
ScaffoldOptions::fileMapping function composer/Plugin/Scaffold/ScaffoldOptions.php Returns the actual file mappings.
ScaffoldOptions::getLocation function composer/Plugin/Scaffold/ScaffoldOptions.php Gets a specific named location.
ScaffoldOptions::gitIgnore function composer/Plugin/Scaffold/ScaffoldOptions.php Gets the value of the 'gitignore' option.
ScaffoldOptions::hasAllowedPackages function composer/Plugin/Scaffold/ScaffoldOptions.php Determines whether any allowed packages were defined.
ScaffoldOptions::hasFileMapping function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if there are file mappings.
ScaffoldOptions::hasGitIgnore function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if there is defined a value for the 'gitignore' option.
ScaffoldOptions::hasLocation function composer/Plugin/Scaffold/ScaffoldOptions.php Determines whether a given named location is defined.
ScaffoldOptions::hasOptions function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if the provided 'extras' section has scaffold options.
ScaffoldOptions::locations function composer/Plugin/Scaffold/ScaffoldOptions.php Gets the location mapping table, e.g. 'webroot' => './'.
ScaffoldOptions::override function composer/Plugin/Scaffold/ScaffoldOptions.php Creates a new scaffold options object with some values overridden.
ScaffoldOptions::overrideSymlink function composer/Plugin/Scaffold/ScaffoldOptions.php Creates a new scaffold options object with an overridden 'symlink' value.
ScaffoldOptions::symlink function composer/Plugin/Scaffold/ScaffoldOptions.php Determines if symlink mode is set.
ScaffoldOptions::__construct function composer/Plugin/Scaffold/ScaffoldOptions.php ScaffoldOptions constructor.
ScaffoldResult class composer/Plugin/Scaffold/Operations/ScaffoldResult.php Record the result of a scaffold operation.
ScaffoldResult.php file composer/Plugin/Scaffold/Operations/ScaffoldResult.php
ScaffoldResult::$destination property composer/Plugin/Scaffold/Operations/ScaffoldResult.php The path to the scaffold file that was processed.
ScaffoldResult::$managed property composer/Plugin/Scaffold/Operations/ScaffoldResult.php Indicates if this scaffold file is managed by the scaffold command.
ScaffoldResult::destination function composer/Plugin/Scaffold/Operations/ScaffoldResult.php Gets the destination scaffold file that this result refers to.
ScaffoldResult::isManaged function composer/Plugin/Scaffold/Operations/ScaffoldResult.php Determines whether this scaffold file is managed.
ScaffoldResult::__construct function composer/Plugin/Scaffold/Operations/ScaffoldResult.php ScaffoldResult constructor.
ScaffoldTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests Composer Scaffold.

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