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. Search main for id
  6. Other projects
Title Object type File name Summary
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
ComposerValidatorHelpTest class core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php Tests Composer Validator.
ComposerValidatorHelpTest.php file core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php
ComposerValidatorHelpTest::providerLinkToOnlineHelp function core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php Data provider for ::testLinkToOnlineHelp().
ComposerValidatorHelpTest::tearDown function core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php Invokes the test preconditions assertion after each test run.
ComposerValidatorHelpTest::testLinkToOnlineHelp function core/modules/package_manager/tests/src/Kernel/ComposerValidatorHelpTest.php Tests that invalid configuration links to online help, if available.
ComposerValidatorTest class core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php Tests Composer Validator.
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::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.
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.
ConditionTest::providerValidOperators function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Data provider for ::testValidOperatorsAreAccepted().
ConditionTest::testCaseSensitiveArrayConditionIsNotValidated function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that case-sensitive conditions are not affected by the validation.
ConditionTest::testInvalidOperatorThrowsException function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that an invalid operator throws an exception.
ConditionTest::testValidOperatorsAreAccepted function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that valid operators are accepted for case-insensitive array values.
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/src/Plugin/migrate/destination/Config.php Gets the destination IDs.
Config::getIds function core/modules/migrate_drupal/src/Plugin/migrate/source/d8/Config.php Defines the source fields uniquely identifying a source row.
Config::hasOverrides function core/lib/Drupal/Core/Config/Config.php Determines if overrides are applied to a key for this configuration object.
Config::resetOverriddenData function core/lib/Drupal/Core/Config/Config.php Resets the current data, so overrides are re-applied.
Config::setModuleOverride function core/lib/Drupal/Core/Config/Config.php Sets module overrides for this configuration object.
Config::setOverriddenData function core/lib/Drupal/Core/Config/Config.php Sets the current data for this configuration object.
Config::setSettingsOverride function core/lib/Drupal/Core/Config/Config.php Sets settings.php overrides for this configuration object.
ConfigActionManager::$deprecatedPluginIds property core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Information about all deprecated plugin IDs.
ConfigActionManager::getShorthandActionIdsForEntityType function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets a map of shorthand action IDs to plugin IDs for an entity type.
ConfigActionTest::testDuplicateShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that duplicate shorthand action IDs throw an exception.
ConfigActionTest::testShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests shorthand action IDs for a configuration entity.
ConfigActionValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests Config Action Validation.
ConfigActionValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Modules to install.
ConfigActionValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php This test requires that we save invalid config, so we can test that it gets
validated after applying a recipe.
ConfigActionValidationTest::testConfigActionDependenciesAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests validating that config actions' dependencies are present.

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