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.

Command icon 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

bbu23 created an issue. See original summary.

bbu23’s picture

Status: Active » Needs review
bbu23’s picture

Issue summary: View changes
bbu23’s picture

Title: Possibility to import menus directly from Drupal 7 » Add possibility to import menus directly from Drupal 7
bbu23’s picture

Version: 4.0.x-dev » 4.1.x-dev
bbu23’s picture

Status: Needs review » Needs work

Currently having difficulties with writing the tests, as DB connections are not populated properly throughout the entire test phase.

bbu23’s picture

Version: 4.1.x-dev » 4.2.x-dev