Problem/Motivation

Let's refactor the menu link importing code to:

  • Create stub entities for missing parents instead of the while loop, removing the risk of infinite loops
  • Abstract some code in helper methods, reducing duplicate code
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

dieterholvoet created an issue. See original summary.

dieterholvoet’s picture

Status: Active » Needs review