function EntityTestMulWithRevisionLogPub::baseFieldDefinitions

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

Overrides EntityTestWithRevisionLog::baseFieldDefinitions

File

core/modules/system/tests/modules/entity_test_revlog/src/Entity/EntityTestMulWithRevisionLogPub.php, line 43

Class

EntityTestMulWithRevisionLogPub
Defines the test entity class.

Namespace

Drupal\entity_test_revlog\Entity

Code

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

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