- Issue created by @mglaman
I've customized route titles, but Admin Toolbar does not show them.
Implement a route subscriber to customize a route provided by \Drupal\admin_toolbar_tools\Plugin\Derivative\ExtraLinks::getDerivativeDefinitions (such as a Field UI route)
If we're calling \Drupal\admin_toolbar_tools\Plugin\Derivative\ExtraLinks::routeExists, actually return the route and use its title.
This might be difficult if it uses a title callback, though.
Active
3.0
Code