function 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\EntityCode
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.