Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComponentGenerator.php | file | composer/ |
|
| ComponentGenerator::$componentBaseDir | property | composer/ |
Full path to the component directory. |
| ComponentGenerator::$drupalCoreInfo | property | composer/ |
Data from drupal/core's composer.json file. |
| ComponentGenerator::$drupalProjectInfo | property | composer/ |
Data from drupal/drupal's composer.json file. |
| ComponentGenerator::$relativeComponentPath | property | composer/ |
Relative path from Drupal root to the component directory. |
| ComponentGenerator::encode | function | composer/ |
Utility function to encode package json in a consistent way. |
| ComponentGenerator::generate | function | composer/ |
Reconcile Drupal's components whenever composer.lock is updated. |
| ComponentGenerator::generateComponentPackage | function | composer/ |
Generate the component JSON files. |
| ComponentGenerator::getComponentPathsFinder | function | composer/ |
Find all the composer.json files for components. |
| ComponentGenerator::getPackage | function | composer/ |
Reconcile component dependencies with core. |
| ComponentGenerator::initialPackageMetadata | function | composer/ |
Common default metadata for all components. |
| ComponentGenerator::__construct | function | composer/ |
ComponentGenerator constructor. |
| ComponentsIsolatedBuildTest | class | core/ |
Try to install dependencies per component, using Composer. |
| ComponentsIsolatedBuildTest.php | file | core/ |
|
| ComponentsIsolatedBuildTest::addExpectedRepositories | function | core/ |
Adds expected repositories as path repositories to package under test. |
| ComponentsIsolatedBuildTest::provideComponentPaths | function | core/ |
Provides an array with relative paths to the component paths. |
| ComponentsIsolatedBuildTest::testComponentComposerJson | function | core/ |
Test whether components' composer.json can be installed in isolation. |
| ComponentsTaggedReleaseTest | class | core/ |
Demonstrate that the Component generator responds to release tagging. |
| ComponentsTaggedReleaseTest.php | file | core/ |
|
| ComponentsTaggedReleaseTest::providerVersionConstraint | function | core/ |
Highly arbitrary version and constraint expectations. |
| ComponentsTaggedReleaseTest::testReleaseTagging | function | core/ |
Validate release tagging and regeneration of dependencies. |
| Composer | class | core/ |
Provides static functions for composer script events. |
| Composer | class | composer/ |
Provides static functions for composer script events. |
| Composer.php | file | composer/ |
|
| Composer.php | file | core/ |
|
| Composer::$packageToCleanup | property | core/ |
|
| Composer::composerSubprojectPaths | function | composer/ |
Return the list of subprojects of a given type. |
| Composer::deleteRecursive | function | core/ |
Helper method to remove directories and the files they contain. |
| Composer::drupalVersionBranch | function | composer/ |
Return the branch name the current Drupal version is associated with. |
| Composer::ensureComposerVersion | function | composer/ |
Ensure that the minimum required version of Composer is running. |
| Composer::ensureHtaccess | function | core/ |
Ensures that .htaccess and web.config files are present in Composer root. |
| Composer::findPackageKey | function | core/ |
Find the array key for a given package name with a case-insensitive search. |
| Composer::generateComponentPackages | function | composer/ |
Update component packages whenever composer.lock is updated. |
| Composer::generateMetapackages | function | composer/ |
Update metapackages whenever composer.lock is updated. |
| Composer::preAutoloadDump | function | core/ |
Add vendor classes to Composer's static classmap. |
| Composer::removeTimeout | function | core/ |
Removes Composer's timeout so that scripts can run indefinitely. |
| Composer::setDrupalVersion | function | composer/ |
Set the version of Drupal; used in release process and by the test suite. |
| Composer::setTemplateProjectStability | function | composer/ |
Set the stability of the template projects to match the Drupal version. |
| Composer::upgradePHPUnit | function | core/ |
Fires the drupal-phpunit-upgrade script event if necessary. |
| Composer::upgradePHPUnitCheck | function | core/ |
Determines if PHPUnit needs to be upgraded. |
| Composer::vendorTestCodeCleanup | function | core/ |
Remove possibly problematic test files from vendored projects. |
| 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. |
| ComposerDeprecationTest | class | core/ |
Tests the deprecations in the Drupal\Core\Composer\Composer class. |
| ComposerDeprecationTest.php | file | core/ |
|
| ComposerDeprecationTest::testEnsureHtaccess | function | core/ |
@covers ::ensureHtaccess[[api-linebreak]] @group legacy |
| ComposerDeprecationTest::testRemoveTimeout | function | core/ |
@covers ::removeTimeout[[api-linebreak]] @group legacy |
Pagination
- Previous page
- Page 204
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.