Loading core/assets/scaffold/files/default.settings.php +13 −0 Original line number Diff line number Diff line Loading @@ -719,6 +719,19 @@ */ $settings['entity_update_backup'] = TRUE; /** * Node migration type. * * This is used to force the migration system to use the classic node migrations * instead of the default complete node migrations. The migration system will * use the classic node migration only if there are existing migrate_map tables * for the classic node migrations and they contain data. These tables may not * exist if you are developing custom migrations and do not want to use the * complete node migrations. Set this to TRUE to force the use of the classic * node migrations. */ $settings['migrate_node_migrate_type_classic'] = FALSE; /** * Load local development override configuration, if available. * Loading core/modules/comment/migrations/d6_comment.yml +3 −0 Original line number Diff line number Diff line Loading @@ -24,9 +24,12 @@ process: - plugin: migration_lookup migration: - d6_node_complete - d6_node - d6_node_translation source: nid - plugin: node_complete_node_lookup - plugin: skip_on_empty method: row Loading core/modules/comment/migrations/d7_comment.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ process: - plugin: migration_lookup migration: - d7_node_complete - d7_node - d7_node_translation source: nid - plugin: node_complete_node_lookup - plugin: skip_on_empty method: row Loading core/modules/content_translation/migrations/d6_entity_reference_translation.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ provider: target_types: node: - d6_node_translation - d6_node_complete # The source plugin will be set by the deriver. source: plugin: empty Loading core/modules/content_translation/migrations/d6_term_node_translation.yml +5 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,12 @@ process: dest_nid: - plugin: migration_lookup migration: d6_node_translation migration: - d6_node_complete - d6_node_translation source: nid - plugin: node_complete_node_translation_lookup - plugin: skip_on_empty method: row Loading Loading
core/assets/scaffold/files/default.settings.php +13 −0 Original line number Diff line number Diff line Loading @@ -719,6 +719,19 @@ */ $settings['entity_update_backup'] = TRUE; /** * Node migration type. * * This is used to force the migration system to use the classic node migrations * instead of the default complete node migrations. The migration system will * use the classic node migration only if there are existing migrate_map tables * for the classic node migrations and they contain data. These tables may not * exist if you are developing custom migrations and do not want to use the * complete node migrations. Set this to TRUE to force the use of the classic * node migrations. */ $settings['migrate_node_migrate_type_classic'] = FALSE; /** * Load local development override configuration, if available. * Loading
core/modules/comment/migrations/d6_comment.yml +3 −0 Original line number Diff line number Diff line Loading @@ -24,9 +24,12 @@ process: - plugin: migration_lookup migration: - d6_node_complete - d6_node - d6_node_translation source: nid - plugin: node_complete_node_lookup - plugin: skip_on_empty method: row Loading
core/modules/comment/migrations/d7_comment.yml +3 −0 Original line number Diff line number Diff line Loading @@ -25,9 +25,12 @@ process: - plugin: migration_lookup migration: - d7_node_complete - d7_node - d7_node_translation source: nid - plugin: node_complete_node_lookup - plugin: skip_on_empty method: row Loading
core/modules/content_translation/migrations/d6_entity_reference_translation.yml +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ provider: target_types: node: - d6_node_translation - d6_node_complete # The source plugin will be set by the deriver. source: plugin: empty Loading
core/modules/content_translation/migrations/d6_term_node_translation.yml +5 −1 Original line number Diff line number Diff line Loading @@ -11,8 +11,12 @@ process: dest_nid: - plugin: migration_lookup migration: d6_node_translation migration: - d6_node_complete - d6_node_translation source: nid - plugin: node_complete_node_translation_lookup - plugin: skip_on_empty method: row Loading