Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / system / tests / modules / entity_test_update / entity_test_update.module
index 86ca5a9712c329fabc66d85f7b8528b42a044252..5b32eb8863f2cc758af448f370dbb6b1411c05de 100644 (file)
@@ -29,6 +29,15 @@ function entity_test_update_entity_base_field_info(EntityTypeInterface $entity_t
   }
 }
 
   }
 }
 
+/**
+ * Implements hook_entity_field_storage_info().
+ */
+function entity_test_update_entity_field_storage_info(EntityTypeInterface $entity_type) {
+  if ($entity_type->id() == 'entity_test_update') {
+    return \Drupal::state()->get('entity_test_update.additional_field_storage_definitions', []);
+  }
+}
+
 /**
  * Implements hook_entity_type_alter().
  */
 /**
  * Implements hook_entity_type_alter().
  */