Symfony\Component\Routing\Route {#1585
  -path: "/admin/structure/contact/manage/{contact_form}/fields/reuse"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:4 [
    "_form" => "\Drupal\field_ui\Form\FieldStorageReuseForm"
    "_title" => "Re-use an existing field"
    "entity_type_id" => "contact_message"
    "bundle" => ""
  ]
  -requirements: array:1 [
    "_field_ui_field_reuse_access" => "administer contact_message fields"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "contact_form" => array:2 [
        "type" => "entity:contact_form"
        "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 {#1586
    -variables: array:1 [
      0 => "contact_form"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/fields/reuse"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "contact_form"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/structure/contact/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/contact/manage/(?P<contact_form>[^/]++)/fields/reuse$}sDu"
    -pathVariables: array:1 [
      0 => "contact_form"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 123
    #patternOutline: "/admin/structure/contact/manage/%/fields/reuse"
    #numParts: 7
  }
}