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.
39 lines
675 B
39 lines
675 B
2 years ago
|
uuid: 72fc833a-d058-42f3-b571-87fec04091be
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_tracker_user
|
||
|
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 user'
|
||
|
source:
|
||
|
plugin: d7_tracker_user
|
||
|
process:
|
||
|
nid:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: nid
|
||
|
uid:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: uid
|
||
|
published:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: published
|
||
|
changed:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: changed
|
||
|
destination:
|
||
|
plugin: 'entity:user'
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_user
|
||
|
optional: { }
|