d7_shortcut.yml in Drupal 9
Same filename and directory in other branches
core/modules/shortcut/migrations/d7_shortcut.yml
File
core/modules/shortcut/migrations/d7_shortcut.ymlView source
- id: d7_shortcut
- label: Shortcut links
- migration_tags:
- - Drupal 7
- - Content
- source:
- plugin: d7_shortcut
- constants:
- uri_scheme: 'internal:/'
- process:
- shortcut_set:
- plugin: migration_lookup
- migration: d7_shortcut_set
- source: menu_name
- title: link_title
- weight: weight
- link:
- plugin: concat
- source:
- - 'constants/uri_scheme'
- - link_path
- destination:
- plugin: entity:shortcut
- migration_dependencies:
- required:
- - d7_shortcut_set