Updated to Drupal 8.6.4, which is PHP 7.3 friendly. Also updated HTMLaw library....
[yaffs-website] / web / core / modules / content_translation / migrations / d7_node_translation.yml
1 id: d7_node_translation
2 label: Node translations
3 migration_tags:
4   - Drupal 7
5   - translation
6   - Content
7   - Multilingual
8 class: Drupal\node\Plugin\migrate\D7NodeTranslation
9 deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
10 source:
11   plugin: d7_node
12   translations: true
13 process:
14   # If you are using this file to build a custom migration consider removing
15   # the nid field to allow incremental migrations.
16   nid: tnid
17   type: type
18   langcode:
19     plugin: default_value
20     source: language
21     default_value: "und"
22   title: title
23   uid: node_uid
24   status: status
25   created: created
26   changed: changed
27   promote: promote
28   sticky: sticky
29   revision_uid: revision_uid
30   revision_log: log
31   revision_timestamp: timestamp
32   content_translation_source: source_langcode
33 destination:
34   plugin: entity:node
35   translations: true
36   content_translation_update_definitions:
37     - node
38   destination_module: content_translation
39 migration_dependencies:
40   required:
41     - d7_user
42     - d7_node_type
43     - language
44   optional:
45     - d7_field_instance