Symfony\Component\Routing\Route {#1571
  -path: "/admin/structure/types/manage/{node_type}/fields/reuse"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:4 [
    "_form" => "\Drupal\field_ui\Form\FieldStorageReuseForm"
    "_title" => "Re-use an existing field"
    "entity_type_id" => "node"
    "bundle" => ""
  ]
  -requirements: array:1 [
    "_field_ui_field_reuse_access" => "administer node fields"
  ]
  -options: array:6 [
    "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"
      ]
    ]
    "_field_ui" => true
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.field_ui.field_reuse"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "node_type"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/fields/reuse"
      ]
      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>[^/]++)/fields/reuse$}sDu"
    -pathVariables: array:1 [
      0 => "node_type"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 123
    #patternOutline: "/admin/structure/types/manage/%/fields/reuse"
    #numParts: 7
  }
}