X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FTranslatableRevisionableStorageInterface.php;h=b8a55659280efdff4a41adbb342a77047f21417e;hp=b86317ff010d1f072b3fc92d681e7191e03c6873;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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.