X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigration_templates%2Fd6_taxonomy_term_translation.yml;fp=web%2Fcore%2Fmodules%2Fcontent_translation%2Fmigration_templates%2Fd6_taxonomy_term_translation.yml;h=0000000000000000000000000000000000000000;hp=11af8cd47250e3d5992ae92fcb049dedfed974cf;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/content_translation/migration_templates/d6_taxonomy_term_translation.yml b/web/core/modules/content_translation/migration_templates/d6_taxonomy_term_translation.yml deleted file mode 100644 index 11af8cd47..000000000 --- a/web/core/modules/content_translation/migration_templates/d6_taxonomy_term_translation.yml +++ /dev/null @@ -1,39 +0,0 @@ -id: d6_taxonomy_term_translation -label: Taxonomy terms -migration_tags: - - Drupal 6 -source: - plugin: d6_taxonomy_term - translations: true -process: - # If you are using this file to build a custom migration consider removing - # the tid field to allow incremental migrations. - tid: tid - langcode: language - vid: - plugin: migration - migration: d6_taxonomy_vocabulary - source: vid - name: name - description: description - weight: weight - # Only attempt to stub real (non-zero) parents. - parent_id: - - - plugin: skip_on_empty - method: process - source: parent - - - plugin: migration - migration: d6_taxonomy_term - parent: - plugin: default_value - default_value: 0 - source: '@parent_id' - changed: timestamp -destination: - plugin: entity:taxonomy_term -migration_dependencies: - required: - - d6_taxonomy_vocabulary - - d6_taxonomy_term