Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / statistics / migrations / statistics_node_counter.yml
1 id: statistics_node_counter
2 label: Node counter
3 migration_tags:
4   - Drupal 6
5   - Drupal 7
6   - Content
7 source:
8   plugin: node_counter
9 process:
10   nid:
11     -
12       plugin: migration_lookup
13       migration: [d6_node, d7_node]
14       source: nid
15     -
16       plugin: skip_on_empty
17       method: row
18   totalcount: totalcount
19   daycount: daycount
20   timestamp: timestamp
21 destination:
22   plugin: node_counter
23 migration_dependencies:
24   optional:
25     - d6_node
26     - d7_node