Problem/Motivation

#2301239: MenuLinkNG part1 (no UI or conversions): plugins (static + MenuLinkContent) + MenuLinkManager + MenuTreeStorage introduced an object called MenuTreeParameters which just has public properties but not getter/setter methods.

Proposed resolution

Discuss whether converting it to getter/setter + interface does not make sense.

Remaining tasks

User interface changes

API changes

Postponed until

#2256521: [META] New plan, Phase 2: Implement menu links as plugins, including static admin links and views, and custom links with menu_link_content entity, all managed via menu_ui module

Comments

dawehner’s picture

Given that this class is just used in a single core class I doubt that there is a need to interface it. This class is just a better way instead of the previously used arrays.

xjm’s picture

Issue summary: View changes
Status: Active » Postponed
Wim Leers’s picture

This class is just a better way instead of the previously used arrays.

Exactly!

dawehner’s picture

Status: Postponed » Fixed

Let's mark this as fixed given that noone sees a point in there.

Wim Leers’s picture

Agreed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.