Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComposerBuildTestBase | class | core/ |
Base class for Composer build tests. |
| ComposerBuildTestBase.php | file | core/ |
|
| ComposerBuildTestBase::$componentsPath | property | core/ |
Relative path from Drupal root to the Components directory. |
| ComposerBuildTestBase::assertDrupalVersion | function | core/ |
Assert that the VERSION constant in Drupal.php is the expected value. |
| ComposerBuildTestBase::getComponentPathsFinder | function | core/ |
Find all the composer.json files for components. |
| ComposerHookTest | class | core/ |
Tests Composer Hooks that run scaffold operations. |
| ComposerHookTest.php | file | core/ |
|
| ComposerHookTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
| ComposerHookTest::$fixtures | property | core/ |
The Fixtures object. |
| ComposerHookTest::$fixturesDir | property | core/ |
Directory to perform the tests in. |
| ComposerHookTest::setUp | function | core/ |
|
| ComposerHookTest::tearDown | function | core/ |
|
| ComposerHookTest::testComposerHooks | function | core/ |
Tests to see if scaffold operation runs at the correct times. |
| ComposerHookTest::testScaffoldEvents | function | core/ |
Tests to see if scaffold events are dispatched and picked up by the plugin. |
| ComposerHookTest::testScaffoldMessagesDoNotPrintTwice | function | core/ |
Tests to see if scaffold messages are omitted when running scaffold twice. |
| ComposerIntegrationTest | class | core/ |
Tests Composer integration. |
| ComposerIntegrationTest.php | file | core/ |
|
| ComposerIntegrationTest::getContentHash | function | core/ |
Returns the md5 hash of the sorted content of the composer file. |
| ComposerIntegrationTest::providerTestComposerJson | function | core/ |
Data provider for all the composer.json provided by Drupal core. |
| ComposerIntegrationTest::providerTestExpectedScaffoldFiles | function | core/ |
Data provider for the scaffold files test for Drupal core. |
| ComposerIntegrationTest::testAllCoreComponentsReplaced | function | core/ |
Tests core's composer.json replace section. |
| ComposerIntegrationTest::testComposerLockHash | function | core/ |
Tests composer.lock content-hash. |
| ComposerIntegrationTest::testComposerTilde | function | core/ |
Tests composer.json versions. |
| ComposerIntegrationTest::testExpectedScaffoldFiles | function | core/ |
Tests core's composer.json extra drupal-scaffold file-mappings section. |
| ComposerIntegrationTest::testVendorCleanup | function | core/ |
Tests the vendor cleanup utilities do not have obsolete packages listed. |
| ComposerIntegrationTrait | trait | core/ |
Some utility functions for testing the Composer integration. |
| ComposerIntegrationTrait.php | file | core/ |
|
| ComposerIntegrationTrait::getComposerJsonFinder | function | core/ |
Get a Finder object to traverse all of the composer.json files in core. |
| ComposerPluginImplementsScaffoldEvents | class | core/ |
A fixture composer plugin implement Drupal scaffold events. |
| ComposerPluginImplementsScaffoldEvents.php | file | core/ |
|
| ComposerPluginImplementsScaffoldEvents::activate | function | core/ |
|
| ComposerPluginImplementsScaffoldEvents::deactivate | function | core/ |
|
| ComposerPluginImplementsScaffoldEvents::getSubscribedEvents | function | core/ |
|
| ComposerPluginImplementsScaffoldEvents::postDrupalScaffoldCmd | function | core/ |
Implements post Drupal scaffold cmd. |
| ComposerPluginImplementsScaffoldEvents::preDrupalScaffoldCmd | function | core/ |
Implements pre Drupal scaffold cmd. |
| ComposerPluginImplementsScaffoldEvents::uninstall | function | core/ |
|
| ComposerProjectTemplatesTest | class | core/ |
Demonstrate that Composer project templates can be built as patched. |
| ComposerProjectTemplatesTest.php | file | core/ |
|
| ComposerProjectTemplatesTest::getCoreStability | function | core/ |
Returns the stability of the current core version. |
| ComposerProjectTemplatesTest::getPathReposForType | function | core/ |
Get Composer items that we want to be path repos, from within a directory. |
| ComposerProjectTemplatesTest::makeTestPackage | function | core/ |
Creates a test package that points to the templates. |
| ComposerProjectTemplatesTest::makeVendorPackage | function | core/ |
Creates a test package that points to all the projects in vendor. |
| ComposerProjectTemplatesTest::MINIMUM_STABILITY | constant | core/ |
The minimum stability requirement for dependencies. |
| ComposerProjectTemplatesTest::provideTemplateCreateProject | function | core/ |
|
| ComposerProjectTemplatesTest::STABILITY_ORDER | constant | core/ |
The order of stability strings from least stable to most stable. |
| ComposerProjectTemplatesTest::testMinimumStabilityStrictness | function | core/ |
Make sure that static::MINIMUM_STABILITY is sufficiently strict. |
| ComposerProjectTemplatesTest::testTemplateCreateProject | function | core/ |
@dataProvider provideTemplateCreateProject |
| ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate | function | core/ |
Make sure we've accounted for all the templates. |
| ComposerScaffoldCommand | class | composer/ |
The "drupal:scaffold" command class. |
| ComposerScaffoldCommand.php | file | composer/ |
Pagination
- Previous page
- Page 209
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.