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_entity_translation.yml
1 id: d7_node_entity_translation
2 label: Node entity translations
3 migration_tags:
4   - Drupal 7
5   - translation
6   - Content
7   - Multilingual
8 deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
9 source:
10   plugin: d7_node_entity_translation
11 process:
12   nid: entity_id
13   type: type
14   langcode: language
15   title: title
16   uid: uid
17   status: status
18   created: created
19   changed: changed
20   promote: promote
21   sticky: sticky
22   revision_uid: revision_uid
23   revision_log: log
24   revision_timestamp: timestamp
25   content_translation_source: source
26   # Boolean indicating whether this translation needs to be updated.
27   content_translation_outdated: translate
28 destination:
29   plugin: entity:node
30   translations: true
31   destination_module: content_translation
32 migration_dependencies:
33   required:
34     - language
35     - d7_entity_translation_settings
36     - d7_node