X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigrations%2Fd7_comment_entity_translation.yml;fp=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigrations%2Fd7_comment_entity_translation.yml;h=c3a8052f31d73dbf6fc5acd86f29b823ceb47b28;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/content_translation/migrations/d7_comment_entity_translation.yml b/web/core/modules/content_translation/migrations/d7_comment_entity_translation.yml new file mode 100644 index 000000000..c3a8052f3 --- /dev/null +++ b/web/core/modules/content_translation/migrations/d7_comment_entity_translation.yml @@ -0,0 +1,28 @@ +id: d7_comment_entity_translation +label: Comment entity translations +migration_tags: + - Drupal 7 + - translation + - Content +class: Drupal\comment\Plugin\migrate\D7Comment +source: + plugin: d7_comment_entity_translation +process: + cid: entity_id + subject: subject + langcode: language + uid: uid + status: status + created: created + changed: changed + content_translation_source: source + content_translation_outdated: translate +destination: + plugin: entity:comment + translations: true + destination_module: content_translation +migration_dependencies: + required: + - language + - d7_entity_translation_settings + - d7_comment