X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FContentEntityNullStorage.php;h=94efc1186b026996347524a16a9395201d63e9de;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=3dc00c9a993ecfa69bc7bc9945fbb51369226f54;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php b/web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php index 3dc00c9a9..94efc1186 100644 --- a/web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php +++ b/web/core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php @@ -38,6 +38,13 @@ class ContentEntityNullStorage extends ContentEntityStorageBase { return NULL; } + /** + * {@inheritdoc} + */ + public function loadMultipleRevisions(array $revision_ids) { + return []; + } + /** * {@inheritdoc} */