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
CommentBundlesTest::testEntityIdField function core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Test that the entity_id field is set correctly for each comment bundle.
CommentCacheTagsTest::$entityTestCamelid property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::$entityTestHippopotamidae property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentEntityTranslation::getIds function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Defines the source fields uniquely identifying a source row.
CommentEntityTranslationTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php The data provider.
CommentInterface::getCommentedEntityId function core/modules/comment/src/CommentInterface.php Returns the ID of the entity to which the comment is attached.
CommentInterface::getCommentedEntityTypeId function core/modules/comment/src/CommentInterface.php Returns the type of the entity to which the comment is attached.
CommentInterface::getTypeId function core/modules/comment/src/CommentInterface.php Get the comment type id for this comment.
CommentItemInterface::HIDDEN constant core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php Comments for this entity are hidden.
CommentManager::forbiddenMessage function core/modules/comment/src/CommentManager.php Provides a message if posting comments is forbidden.
CommentManagerInterface::forbiddenMessage function core/modules/comment/src/CommentManagerInterface.php Provides a message if posting comments is forbidden.
CommentNameConstraintValidator class core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Validates the CommentName constraint.
CommentNameConstraintValidator.php file core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
CommentNameConstraintValidator::$context property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Validator 2.5 and upwards compatible execution context.
CommentNameConstraintValidator::$userStorage property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php User storage handler.
CommentNameConstraintValidator::create function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Instantiates a new instance of this class.
CommentNameConstraintValidator::getAnonymousContactDetailsSetting function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php Gets the anonymous contact details setting from the comment.
CommentNameConstraintValidator::validate function core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php
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::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/d7/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.
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/d7/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

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