function EntityTestMul::baseFieldDefinitions

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

Overrides EntityTest::baseFieldDefinitions

3 calls to EntityTestMul::baseFieldDefinitions()
EntityTestFieldMethods::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTestMulChanged::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulDefaultValue::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php
3 methods override EntityTestMul::baseFieldDefinitions()
EntityTestFieldMethods::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldMethods.php
EntityTestMulChanged::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php
EntityTestMulDefaultValue::baseFieldDefinitions in core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php

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.