X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FContentEntityNullStorage.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FContentEntityNullStorage.php;h=94efc1186b026996347524a16a9395201d63e9de;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=3dc00c9a993ecfa69bc7bc9945fbb51369226f54;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;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} */