Symfony\Component\Routing\Route {#1585
  -path: "/devel/state/edit/{state_name}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_form" => "\Drupal\devel\Form\SystemStateEdit"
    "_title" => "Edit state variable: @state_name"
  ]
  -requirements: array:1 [
    "_permission" => "administer site configuration"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "state_name"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "state_name"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/devel/state/edit"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/devel/state/edit/(?P<state_name>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "state_name"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 14
    #patternOutline: "/devel/state/edit/%"
    #numParts: 4
  }
}