d6_menu_links.yml
Same filename in other branches
File
-
core/
modules/ menu_link_content/ migrations/ d6_menu_links.yml
View source
- # cspell:ignore mlid plid
- id: d6_menu_links
- label: Menu links
- audit: true
- migration_tags:
- - Drupal 6
- - Content
- source:
- plugin: menu_link
- process:
- skip_localized:
- -
- plugin: callback
- callable: is_null
- source: is_localized
- -
- plugin: skip_on_empty
- method: row
- id: mlid
- title: link_title
- description: description
- menu_name:
- -
- plugin: migration_lookup
- # The menu migration is in the system module.
- migration: d6_menu
- source: menu_name
- -
- plugin: skip_on_empty
- method: row
- -
- plugin: static_map
- map:
- management: admin
- bypass: true
- 'link/uri':
- plugin: link_uri
- source: link_path
- 'link/options':
- plugin: link_options
- source: options
- route:
- plugin: route
- source:
- - link_path
- - options
- route_name: '@route/route_name'
- route_parameters: '@route/route_parameters'
- url: '@route/url'
- options: '@route/options'
- external: external
- weight: weight
- expanded: expanded
- enabled: enabled
- parent:
- plugin: menu_link_parent
- source:
- - plid
- - '@menu_name'
- - parent_link_path
- changed: updated
- destination:
- plugin: entity:menu_link_content
- default_bundle: menu_link_content
- no_stub: true
- migration_dependencies:
- required:
- - d6_menu
- optional:
- - d6_node
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.