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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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',