diff --git a/core/lib/Drupal/Core/Entity/ContentEntityInterface.php b/core/lib/Drupal/Core/Entity/ContentEntityInterface.php index d22ca87..6d51070 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityInterface.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityInterface.php @@ -65,6 +65,11 @@ public function getOriginalRevisionId(); /** * Updates the original revision ID with the revision ID. * + * This method should not be used, it could unintentionally cause the original + * revision ID property value to be lost. + * + * @internal + * * @return $this */ public function updateOriginalRevisionId();