Symfony\Component\Routing\Route {#1588
  -path: "/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview/fields/{field_config}/delete"
  -host: ""
  -schemes: []
  -methods: []
  -defaults: array:3 [
    "_entity_form" => "field_config.delete"
    "entity_type_id" => "taxonomy_term"
    "bundle" => ""
  ]
  -requirements: array:1 [
    "_entity_access" => "field_config.delete"
  ]
  -options: array:6 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_admin_route" => true
    "parameters" => array:2 [
      "taxonomy_vocabulary" => array:2 [
        "type" => "entity:taxonomy_vocabulary"
        "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
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1585
    -variables: array:2 [
      0 => "taxonomy_vocabulary"
      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 => "/overview/fields"
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "taxonomy_vocabulary"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/admin/structure/taxonomy/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/taxonomy/manage/(?P<taxonomy_vocabulary>[^/]++)/overview/fields/(?P<field_config>[^/]++)/delete$}sDu"
    -pathVariables: array:2 [
      0 => "taxonomy_vocabulary"
      1 => "field_config"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 493
    #patternOutline: "/admin/structure/taxonomy/manage/%/overview/fields/%/delete"
    #numParts: 9
  }
}