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