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