function EntityTypeManagerTestEntity::baseFieldDefinitions

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php \Drupal\Tests\Core\Entity\EntityTypeManagerTestEntity::baseFieldDefinitions()
  2. 10 core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php \Drupal\Tests\Core\Entity\EntityTypeManagerTestEntity::baseFieldDefinitions()
  3. 11.x core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php \Drupal\Tests\Core\Entity\EntityTypeManagerTestEntity::baseFieldDefinitions()

File

core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php, line 814

Class

EntityTypeManagerTestEntity
Provides a content entity with dummy static method implementations.

Namespace

Drupal\Tests\Core\Entity

Code

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

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