X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityStorageInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FEntityStorageInterface.php;h=1db273945aace49519e67d3fc3726d5171d84807;hp=9f50674d0df34c020ef398e0634bcaebb8886e60;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php index 9f50674d0..1db273945 100644 --- a/web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php +++ b/web/core/lib/Drupal/Core/Entity/EntityStorageInterface.php @@ -79,6 +79,12 @@ interface EntityStorageInterface { * * @return \Drupal\Core\Entity\EntityInterface|null * The specified entity revision or NULL if not found. + * + * @todo Deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. + * Use \Drupal\Core\Entity\RevisionableStorageInterface instead. + * + * @see https://www.drupal.org/node/2926958 + * @see https://www.drupal.org/node/2927226 */ public function loadRevision($revision_id); @@ -89,6 +95,12 @@ interface EntityStorageInterface { * * @param int $revision_id * The revision id. + * + * @todo Deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. + * Use \Drupal\Core\Entity\RevisionableStorageInterface instead. + * + * @see https://www.drupal.org/node/2926958 + * @see https://www.drupal.org/node/2927226 */ public function deleteRevision($revision_id);