EntityTestMulWithRevisionLog.php
Same filename in other branches
- 8.9.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
- 10 core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
- 11.x core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLog.php
Namespace
Drupal\entity_test_revlog\EntityFile
-
core/
modules/ system/ tests/ modules/ entity_test_revlog/ src/ Entity/ EntityTestMulWithRevisionLog.php
View source
<?php
namespace Drupal\entity_test_revlog\Entity;
/**
* Defines the test entity class.
*
* @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",
* },
* revision_metadata_keys = {
* "revision_user" = "revision_user",
* "revision_created" = "revision_created",
* "revision_log_message" = "revision_log_message"
* },
* )
*/
class EntityTestMulWithRevisionLog extends EntityTestWithRevisionLog {
}
Classes
Title | Deprecated | Summary |
---|---|---|
EntityTestMulWithRevisionLog | Defines the test entity class. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.