System information
- Drupal Core Version: ^10.2 || ^11
- Menu Migration Version: 4.0.1
- PHP Version: 8.1 to 8.3
Problem/Motivation
It would be great to have an option to import menu hierarchies directly from a Drupal 7 database.
Proposed resolution
Add a new ImportSource plugin that facilitates the import.
As menu items will never be a 1 to 1 match in terms of paths, offer the possibility to override the incoming paths.
The goal of this feature is to quickly import the hierarchy which can later be edited and exported to the other environments using the existing plugins.
Issue fork menu_migration-3497373
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
bbu23Comment #4
bbu23Comment #5
bbu23Comment #6
bbu23Comment #7
bbu23Currently having difficulties with writing the tests, as DB connections are not populated properly throughout the entire test phase.
Comment #8
bbu23