Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / migration_templates / d6_term_node_revision.yml
diff --git a/web/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml b/web/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml
deleted file mode 100644 (file)
index 91c8362..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-id: d6_term_node_revision
-label: Term/node relationship revisions
-migration_tags:
-  - Drupal 6
-deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver
-source:
-  plugin: d6_term_node_revision
-process:
-  vid:
-    -
-      plugin: migration_lookup
-      migration: d6_node
-      source: vid
-    -
-      plugin: skip_on_empty
-      method: row
-  type: type
-  # The actual field name is dynamic and will be added by the builder.
-destination:
-  plugin: entity_revision:node
-migration_dependencies:
-  required:
-    - d6_term_node
-    - d6_node_revision