class EntityTestMulWithRevisionLog

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php \Drupal\entity_test_revlog\Entity\EntityTestMulWithRevisionLog
  2. 10 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php \Drupal\entity_test_revlog\Entity\EntityTestMulWithRevisionLog
  3. 11.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php \Drupal\entity_test_revlog\Entity\EntityTestMulWithRevisionLog

Defines the test entity class.

This entity type does not define revision_metadata_keys on purpose to test the BC layer.

Plugin annotation


@ContentEntityType(
  id = "entity_test_mul_revlog",
  label = @Translation("Test entity - data table, revisions log"),
  base_table = "entity_test_mul_revlog",
  data_table = "entity_test_mul_revlog_field_data",
  revision_table = "entity_test_mul_revlog_revision",
  revision_data_table = "entity_test_mul_revlog_field_revision",
  translatable = TRUE,
  entity_keys = {
    "id" = "id",
    "uuid" = "uuid",
    "revision" = "revision_id",
    "bundle" = "type",
    "label" = "name",
    "langcode" = "langcode",
  },
)

Hierarchy

Expanded class hierarchy of EntityTestMulWithRevisionLog

1 file declares its use of EntityTestMulWithRevisionLog
RevisionableContentEntityBaseTest.php in core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php

File

core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php, line 29

Namespace

Drupal\entity_test_revlog\Entity
View source
class EntityTestMulWithRevisionLog extends EntityTestWithRevisionLog {

}

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