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