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.
44 lines
863 B
44 lines
863 B
uuid: 3e7f3350-d56a-4453-8ebe-4f3a3659f05a |
|
langcode: en |
|
status: true |
|
dependencies: { } |
|
id: upgrade_d7_shortcut |
|
class: Drupal\migrate\Plugin\Migration |
|
field_plugin_method: null |
|
cck_plugin_method: null |
|
migration_tags: |
|
- 'Drupal 7' |
|
- Content |
|
migration_group: migrate_drupal_7 |
|
label: 'Shortcut links' |
|
source: |
|
plugin: d7_shortcut |
|
constants: |
|
uri_scheme: 'internal:/' |
|
process: |
|
shortcut_set: |
|
- |
|
plugin: migration_lookup |
|
migration: upgrade_d7_shortcut_set |
|
source: menu_name |
|
title: |
|
- |
|
plugin: get |
|
source: link_title |
|
weight: |
|
- |
|
plugin: get |
|
source: weight |
|
link: |
|
- |
|
plugin: concat |
|
source: |
|
- constants/uri_scheme |
|
- link_path |
|
destination: |
|
plugin: 'entity:shortcut' |
|
migration_dependencies: |
|
required: |
|
- upgrade_d7_shortcut_set |
|
optional: |
|
- upgrade_d7_shortcut_set
|
|
|