Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SaveUploadTest::testHandleFileMunge | function | core/ |
Tests file munge handling. |
| SaveUploadTest::testInvalidUtf8FilenameUpload | function | core/ |
Tests that filenames containing invalid UTF-8 are rejected. |
| SaveUploadTest::testNormal | function | core/ |
Tests the file_save_upload() function. |
| SaveUploadTest::testNoUpload | function | core/ |
Tests for no failures when not uploading a file. |
| SaveUploadTest::testRequired | function | core/ |
Tests the file_save_upload() function when the field is required. |
| SaveUploadTest::testSanitization | function | core/ |
Tests filename sanitization. |
| 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/ |
#[\ReturnTypeWillChange] |
| 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,'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. |
Pagination
- Previous page
- Page 1114
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.