Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / content_translation / migrations / d7_entity_reference_translation.yml
diff --git a/web/core/modules/content_translation/migrations/d7_entity_reference_translation.yml b/web/core/modules/content_translation/migrations/d7_entity_reference_translation.yml
new file mode 100644 (file)
index 0000000..2e8d548
--- /dev/null
@@ -0,0 +1,26 @@
+id: d7_entity_reference_translation
+label: Entity reference translations
+migration_tags:
+  - Drupal 7
+  - Multilingual
+  - Follow-up migration
+deriver: Drupal\migrate_drupal\Plugin\migrate\EntityReferenceTranslationDeriver
+provider:
+  - content_translation
+  - migrate_drupal
+# Supported target types for entity reference translation migrations. The array
+# keys are the supported target types and the values are arrays of migrations
+# to lookup for the translated entity IDs.
+target_types:
+  node:
+    - d7_node_translation
+# The source plugin will be set by the deriver.
+source:
+  plugin: empty
+  key: default
+  target: default
+# The process pipeline will be set by the deriver.
+process: []
+# The destination plugin will be set by the deriver.
+destination:
+  plugin: null