You are here

d7_shortcut.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/shortcut/migration_templates/d7_shortcut.yml
core/modules/shortcut/migration_templates/d7_shortcut.yml

File

core/modules/shortcut/migration_templates/d7_shortcut.yml
View source
  1. id: d7_shortcut
  2. label: Shortcut links
  3. migration_tags:
  4. - Drupal 7
  5. source:
  6. plugin: d7_shortcut
  7. constants:
  8. uri_scheme: 'internal:/'
  9. process:
  10. shortcut_set:
  11. plugin: migration
  12. migration: d7_shortcut_set
  13. source: menu_name
  14. title: link_title
  15. weight: weight
  16. link:
  17. plugin: concat
  18. source:
  19. - 'constants/uri_scheme'
  20. - link_path
  21. destination:
  22. plugin: entity:shortcut
  23. migration_dependencies:
  24. required:
  25. - d7_shortcut_set
  26. - d7_menu_links