Skip to content
Snippets Groups Projects

Issue #3276284: Extra Tools Options

1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -218,12 +218,6 @@ class ExtraLinks extends DeriverBase implements ContainerDeriverInterface {
'route_name' => 'entity.user_role.collection',
'parent' => 'entity.user.collection',
] + $base_plugin_definition;
$links['user.logout'] = [
'title' => $this->t('Logout'),
'route_name' => 'user.logout',
'parent' => 'admin_toolbar_tools.help',
'weight' => 10,
] + $base_plugin_definition;
$links['user.role_add'] = [
'title' => $this->t('Add role'),
'route_name' => 'user.role_add',
Loading