Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / migration_templates / d7_comment.yml
diff --git a/web/core/modules/comment/migration_templates/d7_comment.yml b/web/core/modules/comment/migration_templates/d7_comment.yml
deleted file mode 100644 (file)
index dff4b64..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-id: d7_comment
-label: Comments
-migration_tags:
-  - Drupal 7
-source:
-  plugin: d7_comment
-  constants:
-    entity_type: node
-process:
-  # If you are using this file to build a custom migration consider removing
-  # the cid field to allow incremental migrations.
-  cid: cid
-  pid:
-    plugin: migration_lookup
-    migration: d7_comment
-    source: pid
-  entity_id: nid
-  entity_type: 'constants/entity_type'
-  comment_type:
-    -
-      plugin: migration_lookup
-      source: node_type
-      migration: d7_comment_type
-    -
-      plugin: skip_on_empty
-      method: row
-  field_name: '@comment_type'
-  subject: subject
-  uid: uid
-  name: name
-  mail: mail
-  homepage: homepage
-  hostname: hostname
-  created: created
-  changed: changed
-  status: status
-  thread: thread
-  comment_body: comment_body
-destination:
-  plugin: entity:comment
-migration_dependencies:
-  required:
-    - d7_node
-    - d7_comment_type