Symfony\Component\Routing\Route {#1585
  -path: "/admin/config/regional/language/detection/browser/delete/{browser_langcode}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_form" => "\Drupal\language\Form\NegotiationBrowserDeleteForm"
    "_title" => "Delete"
  ]
  -requirements: array:1 [
    "_permission" => "administer languages"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "browser_langcode"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "browser_langcode"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/admin/config/regional/language/detection/browser/delete"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/regional/language/detection/browser/delete/(?P<browser_langcode>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "browser_langcode"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 254
    #patternOutline: "/admin/config/regional/language/detection/browser/delete/%"
    #numParts: 8
  }
}