X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FTranslatableRevisionableStorageInterface.php;h=b8a55659280efdff4a41adbb342a77047f21417e;hb=refs%2Fheads%2Fd864;hp=b86317ff010d1f072b3fc92d681e7191e03c6873;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php b/web/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php index b86317ff0..b8a556592 100644 --- a/web/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php +++ b/web/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php @@ -20,7 +20,9 @@ interface TranslatableRevisionableStorageInterface extends TranslatableStorageIn * to TRUE. * @param bool|null $keep_untranslatable_fields * (optional) Whether untranslatable field values should be kept or copied - * from the default revision when generating a merged revision. + * from the default revision when generating a merged revision. Defaults to + * TRUE if the provided entity is the default translation and untranslatable + * fields should only affect the default translation, FALSE otherwise. * * @return \Drupal\Core\Entity\EntityInterface|\Drupal\Core\Entity\RevisionableInterface * A new translatable entity revision object.