Skip to content
Snippets Groups Projects
Commit b307b4fc authored by Wagner Felipe Lins de Melo's avatar Wagner Felipe Lins de Melo Committed by Adrian Cid Almaguer
Browse files

Issue #3276284: Extra Tools Options

parent 8645877f
Branches
Tags
1 merge request!26Issue #3276284: Extra Tools Options
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment