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
ComposerPluginsValidator::$additionalTrustedComposerPlugins property core/modules/package_manager/src/Validator/ComposerPluginsValidator.php The additional trusted Composer plugin package names.
ComposerPluginsValidator::__construct function core/modules/package_manager/src/Validator/ComposerPluginsValidator.php
ComposerPluginsValidatorComplexInvalidTest::testValidationAfterTrustingDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests additional composer plugins can be trusted during pre-apply.
ComposerPluginsValidatorComplexInvalidTest::testValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests composer plugins are validated during pre-apply.
ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorInsecureTest::testInsecureConfigurationFailsValidationPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php Tests `config.allow-plugins: true` fails validation during pre-apply.
ComposerPluginsValidatorInsecureTest::testInsecureConfigurationFailsValidationPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php Tests `config.allow-plugins: true` fails validation during pre-create.
ComposerPluginsValidatorSimpleInvalidTest::testValidationAfterTrustingDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests additional composer plugins can be trusted during pre-apply.
ComposerPluginsValidatorSimpleInvalidTest::testValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests composer plugins are validated during pre-apply.
ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php Tests composer plugins are validated during pre-apply.
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php Tests composer plugins are validated during pre-create.
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.
ComposerRunner::__construct function core/modules/package_manager/src/ComposerRunner.php
ComposerScaffoldCommand::configure function composer/Plugin/Scaffold/ComposerScaffoldCommand.php
ComposerStagerExceptionTrait trait core/modules/package_manager/tests/modules/package_manager_bypass/src/ComposerStagerExceptionTrait.php Trait to make Composer Stager throw pre-determined exceptions in tests.
ComposerStagerExceptionTrait.php file core/modules/package_manager/tests/modules/package_manager_bypass/src/ComposerStagerExceptionTrait.php
ComposerStagerExceptionTrait::setException function core/modules/package_manager/tests/modules/package_manager_bypass/src/ComposerStagerExceptionTrait.php Sets an exception to be thrown.
ComposerStagerExceptionTrait::throwExceptionIfSet function core/modules/package_manager/tests/modules/package_manager_bypass/src/ComposerStagerExceptionTrait.php Throws the exception if set.
ComposerTest::testEnsureComposerVersion function core/tests/Drupal/Tests/Composer/ComposerTest.php Verify that Composer::ensureComposerVersion() doesn't break.
ComposerTest::testEnsurePhpConfiguredVersion function core/tests/Drupal/Tests/Composer/ComposerTest.php Ensure that the configured php version matches the minimum php version.
ComposerValidateTest::provideComposerJson function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ComposerValidator::__construct function core/modules/package_manager/src/Validator/ComposerValidator.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::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.
CompositeConstraintBase class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php Provides a base class for constraints validating multiple fields.
CompositeConstraintBase.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php
CompositeConstraintBase::coversFields function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php An array of entity fields which should be passed to the validator.
ComputedFileUrlTest::testSetValueNoNotify function core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @covers ::setValue[[api-linebreak]]
ComputedString::getCacheContexts function core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php The cache contexts associated with this object.
ComputedTestCacheableStringItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ComputedTestCacheableStringItem.php Defines field item properties.
Concat class core/modules/migrate/src/Plugin/migrate/process/Concat.php Concatenates a set of strings.
Concat.php file core/modules/migrate/src/Plugin/migrate/process/Concat.php
Concat::transform function core/modules/migrate/src/Plugin/migrate/process/Concat.php Performs the associated process.
ConcatTest class core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests the concat process plugin.
ConcatTest.php file core/modules/migrate/tests/src/Unit/process/ConcatTest.php
ConcatTest::setUp function core/modules/migrate/tests/src/Unit/process/ConcatTest.php
ConcatTest::testConcatWithDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
ConcatTest::testConcatWithNonArray function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat fails properly on non-arrays.
ConcatTest::testConcatWithoutDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
Condition class core/lib/Drupal/Core/Config/Entity/Query/Condition.php Defines the condition class for the config entity query.
Condition class core/modules/pgsql/src/EntityQuery/Condition.php Implements entity query conditions for PostgreSQL databases.

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