class EntityTestNew
Same name in other branches
- 8.9.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php \Drupal\entity_test\Entity\EntityTestNew
- 10 core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php \Drupal\entity_test\Entity\EntityTestNew
- 11.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNew.php \Drupal\entity_test\Entity\EntityTestNew
Defines the test entity class for testing definition addition.
This entity type is initially not defined. It is enabled when needed to test the related updates.
Plugin annotation
@ContentEntityType(
id = "entity_test_new",
label = @Translation("New test entity"),
base_table = "entity_test_new",
entity_keys = {
"id" = "id",
"uuid" = "uuid",
"bundle" = "type",
"label" = "name",
"langcode" = "langcode",
}
)
Hierarchy
- class \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Entity\EntityInterface uses \Drupal\Core\Cache\RefinableCacheableDependencyTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait
- class \Drupal\Core\Entity\ContentEntityBase extends \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Entity\IteratorAggregate, \Drupal\Core\Entity\ContentEntityInterface, \Drupal\Core\TypedData\TranslationStatusInterface uses \Drupal\Core\Entity\EntityChangesDetectionTrait, \Drupal\Core\Entity\SynchronizableEntityTrait
- class \Drupal\entity_test\Entity\EntityTest extends \Drupal\Core\Entity\ContentEntityBase implements \Drupal\user\EntityOwnerInterface
- class \Drupal\entity_test\Entity\EntityTestNew extends \Drupal\entity_test\Entity\EntityTest
- class \Drupal\entity_test\Entity\EntityTest extends \Drupal\Core\Entity\ContentEntityBase implements \Drupal\user\EntityOwnerInterface
- class \Drupal\Core\Entity\ContentEntityBase extends \Drupal\Core\Entity\EntityBase implements \Drupal\Core\Entity\IteratorAggregate, \Drupal\Core\Entity\ContentEntityInterface, \Drupal\Core\TypedData\TranslationStatusInterface uses \Drupal\Core\Entity\EntityChangesDetectionTrait, \Drupal\Core\Entity\SynchronizableEntityTrait
Expanded class hierarchy of EntityTestNew
File
-
core/
modules/ system/ tests/ modules/ entity_test/ src/ Entity/ EntityTestNew.php, line 24
Namespace
Drupal\entity_test\EntityView source
class EntityTestNew extends EntityTest {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.