Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
ComposerPluginsValidatorTest::providerSimpleInvalidCases function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Generates simple invalid test cases.
ComposerPluginsValidatorTest::providerSimpleValidCases function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Generates simple test cases.
ComposerPluginsValidatorTest::testAddDisallowedPlugin function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests adding a plugin that's not allowed by the allow-plugins config.
ComposerPluginsValidatorTest::testInsecureConfigurationFailsValidationPreApply function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php Tests `config.allow-plugins: true` fails validation during pre-apply.
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.
ComposerPluginsValidatorTestBase class core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php @group package_manager
@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.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::testVerifyTemplateTestProviderIsAccurate function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php Make sure we've accounted for all the templates.
ComposerValidateTest class core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php @group Composer
ComposerValidateTest.php file core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ComposerValidateTest::provideComposerJson function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php
ComposerValidateTest::testValidateComposer function core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php @dataProvider provideComposerJson
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.
Condition::$id property core/lib/Drupal/Core/Condition/Annotation/Condition.php The condition plugin ID.
Condition::$nestedInsideOrCondition property core/lib/Drupal/Core/Entity/Query/Sql/Condition.php Whether this condition is nested inside an OR condition.
Condition::$queryPlaceholderIdentifier property core/lib/Drupal/Core/Database/Query/Condition.php The query placeholder identifier this condition has been compiled against.
ConditionAccessResolverTraitTest::providerTestResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Condition/ConditionPluginBase.php Form validation handler.
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerSimpleCondition 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.
ConditionTestDualUserTest::doTestIdenticalUser function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests with both contexts mapped to the same user.
Config::$moduleOverrides property core/lib/Drupal/Core/Config/Config.php The current module overrides.
Config::$overriddenData property core/lib/Drupal/Core/Config/Config.php The current runtime data.
Config::$settingsOverrides property core/lib/Drupal/Core/Config/Config.php The current settings overrides.
Config::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Defines the source fields uniquely identifying a source row.

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