Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
16
web/core/modules/tracker/migrations/d7_tracker_node.yml
Normal file
16
web/core/modules/tracker/migrations/d7_tracker_node.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
id: d7_tracker_node
|
||||
label: Tracker node
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: d7_tracker_node
|
||||
process:
|
||||
nid: nid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:node
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
15
web/core/modules/tracker/migrations/d7_tracker_settings.yml
Normal file
15
web/core/modules/tracker/migrations/d7_tracker_settings.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
id: d7_tracker_settings
|
||||
label: Tracker settings
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- tracker_batch_size
|
||||
source_module: tracker
|
||||
process:
|
||||
cron_index_limit: tracker_batch_size
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: tracker.settings
|
17
web/core/modules/tracker/migrations/d7_tracker_user.yml
Normal file
17
web/core/modules/tracker/migrations/d7_tracker_user.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
id: d7_tracker_user
|
||||
label: Tracker user
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Content
|
||||
source:
|
||||
plugin: d7_tracker_user
|
||||
process:
|
||||
nid: nid
|
||||
uid: uid
|
||||
published: published
|
||||
changed: changed
|
||||
destination:
|
||||
plugin: entity:user
|
||||
migration_dependencies:
|
||||
required:
|
||||
- d7_user
|
Reference in a new issue