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