function EntityTestMul::baseFieldDefinitions

Same name and namespace in other branches
  1. 11.x core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php \Drupal\entity_test\Entity\EntityTestMul::baseFieldDefinitions()

File

core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php, line 51

Class

EntityTestMul
Defines the test entity class.

Namespace

Drupal\entity_test\Entity

Code

public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
  return parent::baseFieldDefinitions($entity_type);
}

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