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
ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests `config.allow-plugins: true` fails validation during pre-create.
ComposerPluginsValidatorTest::testValidationAfterTrustingDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests additional composer plugins can be trusted during pre-apply.
ComposerPluginsValidatorTest::testValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorTest::testValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests composer plugins are validated during pre-apply.
ComposerPluginsValidatorTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests composer plugins are validated during pre-create.
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
@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
ConditionTest::testCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile
ConditionTest::testCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php @covers ::compile
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
ConfigConfigurator::$strict property core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfigurator::getConfigStorage function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Gets a config storage object for reading config from the recipe.
ConfigConfigurator::hasTasks function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Determines if the recipe has any config or config actions to apply.
ConfigConfigurator::recursiveSortByKey function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php Sorts an array recursively, by key, alphabetically.
ConfigConfigurator::__construct function core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php @covers \Drupal\Core\Recipe\ConfigConfigurator
@group Recipe
ConfigConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::cloneRecipe function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::testExistingConfigIsIgnoredInLenientMode function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php @testWith [false]
[[]]
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::testFullStrictness function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::testSelectiveStrictness function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigController::$exportStorage property core/modules/config/src/Controller/ConfigController.php The export storage.
ConfigController::$syncStorage property core/modules/config/src/Controller/ConfigController.php The sync storage.
ConfigController::$targetStorage property core/modules/config/src/Controller/ConfigController.php The target storage.

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