Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / entity_test / src / Entity / EntityTestMul.php
index 50ae3771a77d8574a629dc4b181494728752e804..0c1ca9a533b0277736a5227fdc0a2b2b039418f9 100644 (file)
@@ -50,7 +50,7 @@ class EntityTestMul extends EntityTest {
    * {@inheritdoc}
    */
   public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
-    return parent::baseFieldDefinitions($entity_type) + \Drupal::state()->get($entity_type->id() . '.additional_base_field_definitions', []);
+    return parent::baseFieldDefinitions($entity_type);
   }
 
 }