Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SaveUploadTest::testNoUpload | function | core/ |
Test for no failures when not uploading a file. |
| ScaffoldFileCollection | class | composer/ |
Collection of scaffold files. |
| ScaffoldFileCollection.php | file | composer/ |
|
| ScaffoldFileCollection::$scaffoldFilesByProject | property | composer/ |
Nested list of all scaffold files. |
| ScaffoldFileCollection::checkListHasItemWithContent | function | composer/ |
Scans through a list of scaffold files and determines if any has contents. |
| ScaffoldFileCollection::checkUnchanged | function | composer/ |
Returns the list of files that have not changed since they were scaffolded. |
| ScaffoldFileCollection::filterFiles | function | composer/ |
Removes any item that has a path matching any path in the provided list. |
| ScaffoldFileCollection::getIterator | function | composer/ |
|
| ScaffoldFileCollection::process | function | composer/ |
Processes the iterator created by ScaffoldFileCollection::create(). |
| ScaffoldFileCollection::processScaffoldFiles | function | composer/ |
Processes the files in our collection. |
| ScaffoldFileCollection::__construct | function | composer/ |
ScaffoldFileCollection constructor. |
| ScaffoldFileCollectionTest | class | core/ |
@coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\ScaffoldFileCollection[[api-linebreak]] |
| ScaffoldFileCollectionTest.php | file | core/ |
|
| ScaffoldFileCollectionTest::testCreate | function | core/ |
@covers ::__construct[[api-linebreak]] |
| ScaffoldFileInfo | class | composer/ |
Data object that keeps track of one scaffold file. |
| ScaffoldFileInfo.php | file | composer/ |
|
| 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, 'src' or 'dest'. |
| 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. |
Pagination
- Previous page
- Page 1057
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.