Symfony\Component\Routing\Route {#1574
  -path: "/admin/config/system/theme_switcher/edit/{theme_switcher_rule}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_form" => "theme_switcher_rule.edit"
    "_title" => "Edit Theme Switcher Rule"
  ]
  -requirements: array:1 [
    "_entity_access" => "theme_switcher_rule.update"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "utf8" => true
    "parameters" => array:1 [
      "theme_switcher_rule" => array:2 [
        "type" => "entity:theme_switcher_rule"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1571
    -variables: array:1 [
      0 => "theme_switcher_rule"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "theme_switcher_rule"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/admin/config/system/theme_switcher/edit"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/system/theme_switcher/edit/(?P<theme_switcher_rule>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "theme_switcher_rule"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 62
    #patternOutline: "/admin/config/system/theme_switcher/edit/%"
    #numParts: 6
  }
}