Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
CommentValidationTest::testValidation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests the comment validation constraints.
CommentVariable::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Defines the source fields uniquely identifying a source row.
CommentVariablePerCommentType::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php Defines the source fields uniquely identifying a source row.
CommentVariablePerCommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariablePerCommentTypeTest.php The data provider.
CommentVariableTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentVariableTest.php The data provider.
CommentWidget class core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Provides a default comment widget.
CommentWidget.php file core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php
CommentWidget::formElement function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Returns the form for a single field widget.
CommentWidget::massageFormValues function core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php Massages the form values into the format expected for field values.
ComplexDataConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php Validates complex data.
ComplexDataConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php
ComplexDataConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/ComplexDataConstraintValidator.php
ComplexDataConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php Tests ComplexData validation constraint with both valid and invalid values
for a key.
ComplexDataConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
ComplexDataConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php The typed data manager to use.
ComplexDataConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
ComplexDataConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php Tests the ComplexData validation constraint validator.
ComponentEntityDisplayBase::getIds function core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php Gets the destination IDs.
ComposerIntegrationTest::providerTestComposerJson function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for all the composer.json provided by Drupal core.
ComposerIntegrationTest::providerTestExpectedScaffoldFiles function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the scaffold files test for Drupal core.
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
@requires externalCommand 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
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 identifier of the query placeholder 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
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.
ConfigBase::validateKeys function core/lib/Drupal/Core/Config/ConfigBase.php Validates all keys in a passed in config array structure.
ConfigBase::validateName function core/lib/Drupal/Core/Config/ConfigBase.php Validates the configuration object name.
ConfigCacheTag::$cacheTagsInvalidator property core/modules/system/src/EventSubscriber/ConfigCacheTag.php The cache tags invalidator.
ConfigCollectionInfo::getOverrideService function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Gets the config factory override service responsible for the collection.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.

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