Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
ComponentValidatorTest class core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Unit tests for the component validation.
ComponentValidatorTest.php file core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php
ComponentValidatorTest::dataProviderValidateDefinitionInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with invalid component definitions.
ComponentValidatorTest::dataProviderValidateDefinitionValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with valid component definitions.
ComponentValidatorTest::dataProviderValidatePropsInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with invalid component props.
ComponentValidatorTest::dataProviderValidatePropsValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Data provider with valid component props.
ComponentValidatorTest::loadComponentDefinitionFromFs function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Loads a component definition from the component name.
ComponentValidatorTest::testCustomValidator function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests we can use a custom validator to validate props.
ComponentValidatorTest::testValidateDefinitionInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests invalid component definitions.
ComponentValidatorTest::testValidateDefinitionValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that valid component definitions don't cause errors.
ComponentValidatorTest::testValidatePropsInvalid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that invalid props are handled properly.
ComponentValidatorTest::testValidatePropsValid function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Tests that valid props are handled properly.
Composer::drupalVersionBranch function composer/Composer.php Return the branch name the current Drupal version is associated with.
Composer::ensureComposerVersion function composer/Composer.php Ensure that the minimum required version of Composer is running.
Composer::generateComponentPackages function composer/Composer.php Update component packages whenever composer.lock is updated.
Composer::setDrupalVersion function composer/Composer.php Set the version of Drupal; used in release process and by the test suite.
ComposerBuildTestBase::$componentsPath property core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Relative path from Drupal root to the Components directory.
ComposerBuildTestBase::assertDrupalVersion function core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Assert that the VERSION constant in Drupal.php is the expected value.
ComposerBuildTestBase::getComponentPathsFinder function core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php Find all the composer.json files for components.
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php Tests to see if scaffold messages are omitted when running scaffold twice.
ComposerInspector::getAllowPluginsConfig function core/modules/package_manager/src/ComposerInspector.php Returns the value of `allow-plugins` config setting.
ComposerInspector::getConfig function core/modules/package_manager/src/ComposerInspector.php Returns a config value from Composer.
ComposerInspector::getVersion function core/modules/package_manager/src/ComposerInspector.php Returns the current Composer version.
ComposerInspector::SUPPORTED_VERSION constant core/modules/package_manager/src/ComposerInspector.php A semantic version constraint for the supported version(s) of Composer.
ComposerInspector::__construct function core/modules/package_manager/src/ComposerInspector.php
ComposerInspectorTest::testComposerFilesDoNotExist function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php Tests what happens when composer.json or composer.lock are missing.
ComposerInspectorTest::testConfig function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php @covers ::getConfig[[api-linebreak]]
ComposerInspectorTest::testConfigUndefinedKey function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php @covers ::getConfig[[api-linebreak]]
ComposerInspectorTest::testGetVersion function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php @covers ::getVersion[[api-linebreak]]
ComposerInspectorTest::testVersionCheck function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php @covers ::validate[[api-linebreak]]
ComposerIntegrationTest class core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests Composer integration.
ComposerIntegrationTest.php file core/tests/Drupal/Tests/ComposerIntegrationTest.php
ComposerIntegrationTest::getContentHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Returns the md5 hash of the sorted content of the composer file.
ComposerIntegrationTest::providerTestComposerJson function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for all the composer.json provided by Drupal core.
ComposerIntegrationTest::providerTestExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the scaffold files test for Drupal core.
ComposerIntegrationTest::testAllCoreComponentsReplaced function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests core's composer.json replace section.
ComposerIntegrationTest::testComposerLockHash function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests composer.lock content-hash.
ComposerIntegrationTest::testComposerTilde function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests composer.json versions.
ComposerIntegrationTest::testExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests core's composer.json extra drupal-scaffold file-mappings section.
ComposerIntegrationTest::testVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Tests the vendor cleanup utilities do not have obsolete packages listed.
ComposerIntegrationTrait trait core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php Some utility functions for testing the Composer integration.
ComposerIntegrationTrait.php file core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php
ComposerIntegrationTrait::getComposerJsonFinder function core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php Get a Finder object to traverse all of the composer.json files in core.
ComposerMinimumStabilityValidator::__construct function core/modules/package_manager/src/Validator/ComposerMinimumStabilityValidator.php
ComposerNotReadyException class core/modules/package_manager/src/Exception/ComposerNotReadyException.php Exception thrown if we cannot reliably use Composer.
ComposerNotReadyException.php file core/modules/package_manager/src/Exception/ComposerNotReadyException.php
ComposerNotReadyException::__construct function core/modules/package_manager/src/Exception/ComposerNotReadyException.php Constructs a ComposerNotReadyException object.
ComposerPatchesValidator::__construct function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php
ComposerPatchesValidatorTest::CONFIG_ALLOWED_PLUGIN constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
ComposerPatchesValidatorTest::EXTRA_EXIT_ON_PATCH_FAILURE constant core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.