Issue #3506824 by dydave: Fixed compatibility with Project Browser following...
https://www.drupal.org/project/admin_toolbar/issues/3506824
Fixed compatibility with Project Browser following the latest changes to the its routes:
- Added the new Menu Link helper class
MenuLinkPlugin
to help generating a menu link for a specific plugin. - Modified the
admin_toolbar_tools
implementation to create multiple menu items based on the Project Browser enabled sources. - Added Project Browser settings form submit handler to rebuild menu items when changes are made to enabled sources.
Support for previous versions of Project Browser is dropped: Users will have to upgrade project_browser
to be compatible with the latest versions of admin_toolbar
.