Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / TranslatableRevisionableStorageInterface.php
index b86317ff010d1f072b3fc92d681e7191e03c6873..b8a55659280efdff4a41adbb342a77047f21417e 100644 (file)
@@ -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.