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.
42 lines
821 B
42 lines
821 B
2 years ago
|
uuid: 15b7ca55-5b5d-4f42-bdef-55a87e30c965
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_google_analytics_user_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Google Analytics user settings'
|
||
|
source:
|
||
|
plugin: d7_user
|
||
|
constants:
|
||
|
key: user_account_users
|
||
|
module: google_analytics
|
||
|
process:
|
||
|
uid:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: uid
|
||
|
key:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/key
|
||
|
module:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: constants/module
|
||
|
settings:
|
||
|
-
|
||
|
plugin: skip_row_if_not_set
|
||
|
index: custom
|
||
|
source: data/googleanalytics
|
||
|
destination:
|
||
|
plugin: user_data
|
||
|
migration_dependencies:
|
||
|
required:
|
||
|
- upgrade_d7_user
|
||
|
optional: { }
|