d7_shortcut_set.yml

Same filename in other branches
  1. 9 core/modules/shortcut/migrations/d7_shortcut_set.yml
  2. 8.9.x core/modules/shortcut/migrations/d7_shortcut_set.yml
  3. 10 core/modules/shortcut/migrations/d7_shortcut_set.yml
core/modules/shortcut/migrations/d7_shortcut_set.yml

File

core/modules/shortcut/migrations/d7_shortcut_set.yml

View source
  1. id: d7_shortcut_set
  2. label: Shortcut sets
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: d7_shortcut_set
  8. process:
  9. id:
  10. -
  11. plugin: static_map
  12. bypass: true
  13. source: set_name
  14. map:
  15. shortcut-set-1: default
  16. -
  17. plugin: machine_name
  18. field: id
  19. # @see shortcut.schema.yml
  20. replace_pattern: /[^a-z0-9-]+/
  21. label: title
  22. destination:
  23. plugin: entity:shortcut_set

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.