Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorTestBase class core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php @internal
ComposerPluginsValidatorTestBase.php file core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php
ComposerPluginsValidatorTestBase::doTestValidationAfterTrustingDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests additional composer plugins can be trusted during pre-apply.
ComposerPluginsValidatorTestBase::doTestValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorTestBase::doTestValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests composer plugins are validated during pre-apply.
ComposerPluginsValidatorTestBase::doTestValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorTestBase::providerComplexInvalidCases function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Generates complex invalid test cases based on the simple test cases.
ComposerPluginsValidatorTestBase::providerSimpleInvalidCases function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Generates simple invalid test cases.
ComposerPluginsValidatorTestBase::providerSimpleValidCases function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Generates simple test cases.
ComposerValidator class core/modules/package_manager/src/Validator/ComposerValidator.php Validates the project can be used by the Composer Inspector.
ComposerValidator.php file core/modules/package_manager/src/Validator/ComposerValidator.php
ComposerValidator::getHelpUrl function core/modules/package_manager/src/Validator/ComposerValidator.php Returns a URL to a specific fragment of Package Manager's online help.
ComposerValidator::validate function core/modules/package_manager/src/Validator/ComposerValidator.php Validates that the Composer executable is the correct version.
ComposerValidator::__construct function core/modules/package_manager/src/Validator/ComposerValidator.php
ComposerValidatorTest class core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php @covers \Drupal\package_manager\Validator\ComposerValidator[[api-linebreak]]
@group package_manager
@internal
ComposerValidatorTest.php file core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php
ComposerValidatorTest::providerComposerSettingsValidation function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Data provider for testComposerSettingsValidation().
ComposerValidatorTest::providerLinkToOnlineHelp function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Data provider for ::testLinkToOnlineHelp().
ComposerValidatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Invokes the test preconditions assertion after each test run.
ComposerValidatorTest::testComposerSettingsValidation function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Tests that Composer's settings are validated.
ComposerValidatorTest::testComposerSettingsValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Tests that Composer's settings are validated during pre-apply.
ComposerValidatorTest::testLinkToOnlineHelp function core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Tests that invalid configuration links to online help, if available.
ComputedItemListTrait::getIterator function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
Condition::$conditionOperatorMap property core/lib/Drupal/Core/Database/Query/Condition.php Provides a map of condition operators to condition operator options.
Condition::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/Condition.php Creates an object holding a group of conditions.
Condition::mapConditionOperator function core/lib/Drupal/Core/Database/Query/Condition.php Gets any special processing requirements for the condition operator.
Condition::__toString function core/lib/Drupal/Core/Database/Query/Condition.php Implements PHP magic __toString method to convert the conditions to string.
ConditionInterface::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates an object holding a group of conditions.
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerTestCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides data for testing SQL injection.
ConditionTest::testCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile[[api-linebreak]]
ConditionTest::testCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile[[api-linebreak]]
config.factory service core/core.services.yml Drupal\Core\Config\ConfigFactory
config.storage service core/core.services.yml Drupal\Core\Config\CachedStorage
config.storage.active service core/core.services.yml Drupal\Core\Config\DatabaseStorage
config.storage.checkpoint service core/core.services.yml Drupal\Core\Config\Checkpoint\CheckpointStorage
config.storage.export service core/core.services.yml Drupal\Core\Config\ManagedStorage
config.storage.export.manager service core/core.services.yml Drupal\Core\Config\ExportStorageManager
config.storage.schema service core/core.services.yml Drupal\Core\Config\ExtensionInstallStorage
config.storage.snapshot service core/core.services.yml Drupal\Core\Config\DatabaseStorage
config.storage.sync service core/core.services.yml Drupal\Core\Config\FileStorage
Config::getOriginal function core/lib/Drupal/Core/Config/Config.php Gets original data from this configuration object.
Config::resetOverriddenData function core/lib/Drupal/Core/Config/Config.php Resets the current data, so overrides are re-applied.
Config::setOverriddenData function core/lib/Drupal/Core/Config/Config.php Sets the current data for this configuration object.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigConfigurator class core/lib/Drupal/Core/Recipe/ConfigConfigurator.php @internal
This API is experimental.
ConfigConfigurator.php file core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfigurator::$recipeConfigDirectory property core/lib/Drupal/Core/Recipe/ConfigConfigurator.php The configuration directory for the recipe.
ConfigConfigurator::$strict property core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Indicates how the shipped and active config are compared.

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