d7_shortcut.yml
Same filename in other branches
File
-
core/
modules/ shortcut/ migrations/ d7_shortcut.yml
View 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
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.