annotate core/modules/comment/migrations/d7_comment.yml @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
rev   line source
Chris@0 1 id: d7_comment
Chris@0 2 label: Comments
Chris@0 3 audit: true
Chris@0 4 migration_tags:
Chris@0 5 - Drupal 7
Chris@0 6 - Content
Chris@4 7 class: Drupal\comment\Plugin\migrate\D7Comment
Chris@0 8 source:
Chris@0 9 plugin: d7_comment
Chris@0 10 constants:
Chris@0 11 entity_type: node
Chris@0 12 process:
Chris@0 13 # If you are using this file to build a custom migration consider removing
Chris@0 14 # the cid field to allow incremental migrations.
Chris@0 15 cid: cid
Chris@0 16 pid:
Chris@5 17 -
Chris@5 18 plugin: skip_on_empty
Chris@5 19 method: process
Chris@5 20 source: pid
Chris@5 21 -
Chris@5 22 plugin: migration_lookup
Chris@5 23 migration: d7_comment
Chris@4 24 entity_id:
Chris@4 25 -
Chris@4 26 plugin: migration_lookup
Chris@4 27 migration:
Chris@4 28 - d7_node
Chris@4 29 - d7_node_translation
Chris@4 30 source: nid
Chris@4 31 -
Chris@4 32 plugin: skip_on_empty
Chris@4 33 method: row
Chris@0 34 entity_type: 'constants/entity_type'
Chris@0 35 comment_type:
Chris@0 36 -
Chris@0 37 plugin: migration_lookup
Chris@0 38 source: node_type
Chris@0 39 migration: d7_comment_type
Chris@0 40 -
Chris@0 41 plugin: skip_on_empty
Chris@0 42 method: row
Chris@4 43 langcode: language
Chris@0 44 field_name: '@comment_type'
Chris@0 45 subject: subject
Chris@0 46 uid: uid
Chris@0 47 name: name
Chris@0 48 mail: mail
Chris@0 49 homepage: homepage
Chris@0 50 hostname: hostname
Chris@0 51 created: created
Chris@0 52 changed: changed
Chris@0 53 status: status
Chris@0 54 thread: thread
Chris@0 55 comment_body: comment_body
Chris@0 56 destination:
Chris@0 57 plugin: entity:comment
Chris@0 58 migration_dependencies:
Chris@0 59 required:
Chris@0 60 - d7_node
Chris@0 61 - d7_comment_type
Chris@4 62 optional:
Chris@4 63 - d7_node_translation