I would like to know if there are any plans on porting this module to D8. Is there any code started somewhere ?

Comments

DamienGR created an issue. See original summary.

shadcn’s picture

There's no plan for d8 right now. The admin_menu module has been deprecated by admin_toolbar module. See #2605272: [admin_menu] Administration menu (see Admin Toolbar).

Unless this changes, we don't have plan on upgrading admin_menu_source.

shadcn’s picture

If you need the same functionality in d8 for admin_toolbar, see the toolbar_menu module: https://www.drupal.org/project/toolbar_menu

damiengr’s picture

Ok thank you. However, the toolbar_menu module does not really suits my needs as i want to change the menu source under "Manage". I don't want to add menus to the main toolbar. I will open an issue there.

firewaller’s picture

While poking around through the 8 core toolbar module, I found a @TODO comment to allow for modules to change the menu source, like this module used to do in 7. You can check it out here: https://www.drupal.org/node/1869638

firewaller’s picture

droces’s picture

Take a look at the AMSwap module - does it work as an alternative?