X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fnode%2Fmigration_templates%2Fd7_node.yml;fp=web%2Fcore%2Fmodules%2Fnode%2Fmigration_templates%2Fd7_node.yml;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=359be81cc429f3e3957e98220c2e538c1b8a695a;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/node/migration_templates/d7_node.yml b/web/core/modules/node/migration_templates/d7_node.yml deleted file mode 100644 index 359be81cc..000000000 --- a/web/core/modules/node/migration_templates/d7_node.yml +++ /dev/null @@ -1,38 +0,0 @@ -id: d7_node -label: Nodes -migration_tags: - - Drupal 7 -deriver: Drupal\node\Plugin\migrate\D7NodeDeriver -source: - plugin: d7_node -process: - # If you are using this file to build a custom migration consider removing - # the nid and vid fields to allow incremental migrations. - # In D7, nodes always have a tnid, but it's zero for untranslated nodes. - # We normalize it to equal the nid in that case. - # @see \Drupal\node\Plugin\migrate\source\d7\Node::prepareRow(). - nid: tnid - vid: vid - langcode: - plugin: default_value - source: language - default_value: "und" - title: title - uid: node_uid - status: status - created: created - changed: changed - promote: promote - sticky: sticky - revision_uid: revision_uid - revision_log: log - revision_timestamp: timestamp -destination: - plugin: entity:node -migration_dependencies: - required: - - d7_user - - d7_node_type - optional: - - d7_field_instance - - d7_comment_field_instance