Search for Id

  1. Search 7.x for Id
  2. Search 8.9.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
CommentResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The tested entity type.
CommentSelection::validateReferenceableNewEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which newly created entities can be referenced.
CommentSourceWithHighWaterTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php The data provider.
CommentStorage::getChildCids function core/modules/comment/src/CommentStorage.php Gets the comment ids of the passed comment entities' children.
CommentStorageInterface::getChildCids function core/modules/comment/src/CommentStorageInterface.php Gets the comment ids of the passed comment entities' children.
CommentStringIdEntitiesTest class core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Tests that comment fields cannot be added to entities with non-integer IDs.
CommentStringIdEntitiesTest.php file core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
CommentStringIdEntitiesTest::$modules property core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Modules to install.
CommentStringIdEntitiesTest::setUp function core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php
CommentStringIdEntitiesTest::testCommentFieldNonStringId function core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Tests that comment fields cannot be added entities with non-integer IDs.
CommentTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/CommentTest.php The tested entity type.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php The data provider.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php The data provider.
CommentTest::testPatchIndividual function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
CommentTest::testPostIndividualDxWithoutCriticalBaseFields function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests POSTing a comment without critical base fields.
CommentTest::testPostIndividualSkipCommentApproval function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests POSTing a comment with and without 'skip comment approval'.
CommentType::$id property core/modules/comment/src/Entity/CommentType.php The comment type ID.
CommentType::$target_entity_type_id property core/modules/comment/src/Entity/CommentType.php The target entity type.
CommentType::getIds function core/modules/comment/src/Plugin/migrate/source/CommentType.php Defines the source fields uniquely identifying a source row.
CommentType::getTargetEntityTypeId function core/modules/comment/src/Entity/CommentType.php Gets the target entity type id for this comment type.
CommentTypeInterface::getTargetEntityTypeId function core/modules/comment/src/CommentTypeInterface.php Gets the target entity type id for this comment type.
CommentTypeRequirementsTest::providerTestCheckCommentTypeRequirements function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeRequirementsTest.php Test cases for ::testCheckCommentTypeRequirements().
CommentTypeResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php The tested entity type.
CommentTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php The tested entity type.
CommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php The data provider.
CommentValidationTest class core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests comment validation constraints.
CommentValidationTest.php file core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentValidationTest.php Modules to install.
CommentValidationTest::assertLengthViolation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Verifies that a length violation exists for the given field.
CommentValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::testValidation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests the comment validation constraints.
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 with both valid and invalid values.
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.
ComponentsIsolatedBuildTest::provideComponentPaths function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Provides an array with relative paths to the component paths.
ComponentsTaggedReleaseTest::providerVersionConstraint function core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php Highly arbitrary version and constraint expectations.
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.
ComposerIntegrationTest::providerTestVendorCleanup function core/tests/Drupal/Tests/ComposerIntegrationTest.php Data provider for the vendor cleanup utility classes.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php

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