Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / ContentEntityNullStorage.php
index 3dc00c9a993ecfa69bc7bc9945fbb51369226f54..94efc1186b026996347524a16a9395201d63e9de 100644 (file)
@@ -38,6 +38,13 @@ class ContentEntityNullStorage extends ContentEntityStorageBase {
     return NULL;
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function loadMultipleRevisions(array $revision_ids) {
+    return [];
+  }
+
   /**
    * {@inheritdoc}
    */