You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
626 B
35 lines
626 B
2 years ago
|
uuid: 13b8737c-a330-4193-9f92-43696468c75d
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_tracker_node
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Content
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Tracker node'
|
||
|
source:
|
||
|
plugin: d7_tracker_node
|
||
|
process:
|
||
|
nid:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: nid
|
||
|
published:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: published
|
||
|
changed:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: changed
|
||
|
destination:
|
||
|
plugin: 'entity:node'
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_user
|
||
|
optional: { }
|