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
CommentNameConstraintValidator::__construct function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Constructs a new CommentNameConstraintValidator.
CommentNonNodeTest::testsNonIntegerIdEntities function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Tests comment fields cannot be added to entity types without integer IDs.
CommentOrphanTest::providerTestOrphan function core/modules/comment/tests/src/Kernel/CommentOrphanTest.php Provides test data for testOrphan.
CommentResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The tested entity type.
CommentSelection::validateReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which existing entities can be referenced.
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
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::doTestPatchIndividual function core/modules/jsonapi/tests/src/Functional/CommentTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php
CommentTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php
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
CommentTypeValidationTest class core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Tests validation of comment_type entities.
CommentTypeValidationTest.php file core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
CommentTypeValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Modules to install.
CommentTypeValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
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.
CommentValidationTest::testValidationOfCommentOfUnpublishedNode function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests that comments of unpublished nodes are not valid.
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.

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