X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigrations%2Fd7_entity_reference_translation.yml;fp=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigrations%2Fd7_entity_reference_translation.yml;h=2e8d548f0a085b029fba6ed9ae00978b261a8c32;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c 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 index 000000000..2e8d548f0 --- /dev/null +++ b/web/core/modules/content_translation/migrations/d7_entity_reference_translation.yml @@ -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