Problem/Motivation
(why the issue was filed, steps to reproduce the problem, etc.)
Proposed resolution
Right now the administration menu is hard-coded in the Toolbar module's implementation of hook_toolbar
. This makes it impossible for contrib modules to alter this code except in perhaps hook_toolbar_alter
, which isn't ideal.
Remaining tasks
- Move the menu code in Toolbar's implementation of
hook_toolbar
to the Menu module. - Provide a means to change or configure the menu exposed through the toolbar.
User interface changes
Perhaps some configuration.
API changes
Perhaps the addition of a way to programmatically control the menu exposed by the toolbar.