Active
Project:
Administration Menu Source
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2016 at 07:56 UTC
Updated:
14 Oct 2018 at 11:18 UTC
Jump to comment: Most recent
Comments
Comment #2
shadcn commentedThere'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.
Comment #3
shadcn commentedIf you need the same functionality in d8 for admin_toolbar, see the toolbar_menu module: https://www.drupal.org/project/toolbar_menu
Comment #4
damiengr commentedOk 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.
Comment #5
firewaller commentedWhile 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
Comment #6
firewaller commentedComment #7
droces commentedTake a look at the AMSwap module - does it work as an alternative?