diff --git a/core/modules/node/migration_templates/d7_node.yml b/core/modules/node/migration_templates/d7_node.yml index dd75926..a056bf2 100644 --- a/core/modules/node/migration_templates/d7_node.yml +++ b/core/modules/node/migration_templates/d7_node.yml @@ -6,9 +6,9 @@ deriver: Drupal\node\Plugin\migrate\D7NodeDeriver source: plugin: d7_node process: - # In D6, nodes always have a tnid, but it's zero for untranslated nodes. + # 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\d6\Node::prepareRow(). + # @see \Drupal\node\Plugin\migrate\source\d7\Node::prepareRow(). nid: tnid vid: vid langcode: diff --git a/core/modules/node/migration_templates/d7_node_translation.yml b/core/modules/node/migration_templates/d7_node_translation.yml index 2aba124..91b43ad 100644 --- a/core/modules/node/migration_templates/d7_node_translation.yml +++ b/core/modules/node/migration_templates/d7_node_translation.yml @@ -33,4 +33,4 @@ migration_dependencies: - language optional: - d7_field_instance -provider: migrate_drupal \ No newline at end of file +provider: migrate_drupal