class EntityTestCache

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

Defines the test entity class.

Plugin annotation


@ContentEntityType(
  id = "entity_test_cache",
  label = @Translation("Test entity with field cache"),
  handlers = {
    "access" = "Drupal\entity_test\EntityTestAccessControlHandler",
    "form" = {
      "default" = "Drupal\entity_test\EntityTestForm"
    },
  },
  base_table = "entity_test_cache",
  entity_keys = {
    "id" = "id",
    "uuid" = "uuid",
    "bundle" = "type"
  }
)

Hierarchy

Expanded class hierarchy of EntityTestCache

File

core/modules/system/tests/modules/entity_test/src/Entity/EntityTestCache.php, line 25

Namespace

Drupal\entity_test\Entity
View source
class EntityTestCache extends EntityTest {

}

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