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 |
|---|---|---|---|
| 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. |
| ScaffoldTest.php | file | core/ |
|
| ScaffoldTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
| ScaffoldTest::$fixtures | property | core/ |
The Fixtures object. |
| ScaffoldTest::$fixturesDir | property | core/ |
Directory to perform the tests in. |
| ScaffoldTest::$projectRoot | property | core/ |
The root of this project. |
| ScaffoldTest::assertAutoloadFileCorrect | function | core/ |
Assert that the autoload file was scaffolded and contains correct path. |
| ScaffoldTest::assertCommonDrupalAssetsWereScaffolded | function | core/ |
Asserts that the scaffold files from drupal/assets are placed as expected. |
| ScaffoldTest::assertDefaultSettingsFromScaffoldOverride | function | core/ |
Asserts that the default settings file was overridden by the test. |
| ScaffoldTest::assertHtaccessExcluded | function | core/ |
Asserts that the .htaccess file was excluded by the test. |
| ScaffoldTest::createSut | function | core/ |
Creates the System-Under-Test. |
| ScaffoldTest::scaffoldAppendTestValues | function | core/ |
Test values for testDrupalDrupalFileWasAppended. |
| ScaffoldTest::scaffoldAppendTestValuesToPermute | function | core/ |
Test values to run both with $is_link FALSE and $is_link TRUE. |
| ScaffoldTest::scaffoldExpectedExceptionTestValues | function | core/ |
Data provider for testScaffoldWithExpectedException. |
| ScaffoldTest::scaffoldOverridingSettingsExcludingHtaccessValues | function | core/ |
|
| ScaffoldTest::scaffoldSut | function | core/ |
Creates the system-under-test and runs a scaffold operation on it. |
| ScaffoldTest::setUp | function | core/ |
|
| ScaffoldTest::tearDown | function | core/ |
|
| ScaffoldTest::testDrupalDrupalFileWasAppended | function | core/ |
Tests a fixture where the robots.txt file is prepended / appended to. |
| ScaffoldTest::testDrupalDrupalFileWasReplaced | function | core/ |
Asserts that the appropriate file was replaced. |
| ScaffoldTest::testEmptyProject | function | core/ |
Try to scaffold a project that does not scaffold anything. |
| ScaffoldTest::testProjectThatScaffoldsEmptyProject | function | core/ |
Try to scaffold a project that allows a project with no scaffold files. |
| ScaffoldTest::testScaffoldOverridingSettingsExcludingHtaccess | function | core/ |
Asserts that the drupal/assets scaffold files correct for sut. |
| ScaffoldTest::testScaffoldWithExpectedException | function | core/ |
Tests that scaffold files throw when they have bad values. |
| ScaffoldTestResult | class | core/ |
Holds result of a scaffold test. |
| ScaffoldTestResult.php | file | core/ |
|
| ScaffoldTestResult::$docroot | property | core/ |
|
| ScaffoldTestResult::$scaffoldOutput | property | core/ |
|
| ScaffoldTestResult::docroot | function | core/ |
Returns the location of the docroot from the scaffold test. |
| ScaffoldTestResult::scaffoldOutput | function | core/ |
Returns the standard output from the scaffold test. |
| ScaffoldTestResult::__construct | function | core/ |
Holds the location of the scaffold fixture and the stdout from the test. |
| ScaffoldUpgradeTest | class | core/ |
Tests Upgrading the Composer Scaffold plugin. |
| ScaffoldUpgradeTest.php | file | core/ |
|
| ScaffoldUpgradeTest::$fixtures | property | core/ |
The Fixtures object. |
| ScaffoldUpgradeTest::createTmpRepo | function | core/ |
Copy the provided source directory and create a temporary git repository. |
Pagination
- Previous page
- Page 1058
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.