Symfony\Component\Routing\Route {#1585
  -path: "/devel/switch/{name}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:3 [
    "_controller" => "\Drupal\devel\Controller\SwitchUserController::switchUser"
    "_title" => "Switch user"
    "name" => ""
  ]
  -requirements: array:2 [
    "_permission" => "switch users"
    "_csrf_token" => "TRUE"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "utf8" => true
    "_access_checks" => array:2 [
      0 => "access_check.permission"
      1 => "access_check.csrf"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "name"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "name"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/devel/switch"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/switch(?:/(?P<name>[^/]++))?$}sDu"
    -pathVariables: array:1 [
      0 => "name"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 3
    #patternOutline: "/devel/switch"
    #numParts: 3
  }
}