diff --git a/core/lib/Drupal/Core/Entity/ContentEntityBase.php b/core/lib/Drupal/Core/Entity/ContentEntityBase.php index 58e8191..f8ef0af 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityBase.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityBase.php @@ -17,7 +17,7 @@ * * @ingroup entity_api */ -abstract class ContentEntityBase extends Entity implements \IteratorAggregate, ContentEntityInterface, TranslationStatusInterface { +abstract class ContentEntityBase extends Entity implements \IteratorAggregate, ContentEntityInterface, TranslationStatusInterface, OriginalRevisionIdInterface { /** * The plain data values of the contained fields. diff --git a/core/lib/Drupal/Core/Entity/OriginalRevisionIdInterface.php b/core/lib/Drupal/Core/Entity/OriginalRevisionIdInterface.php index e69de29..4cacc4e 100644 --- a/core/lib/Drupal/Core/Entity/OriginalRevisionIdInterface.php +++ b/core/lib/Drupal/Core/Entity/OriginalRevisionIdInterface.php @@ -0,0 +1,30 @@ +