Symfony\Component\Routing\Route {#1574
  -path: "/admin/structure/taxonomy/manage/{taxonomy_vocabulary}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_form" => "taxonomy_vocabulary.default"
    "_title_callback" => "\Drupal\Core\Entity\Controller\EntityController::editTitle"
  ]
  -requirements: array:1 [
    "_entity_access" => "taxonomy_vocabulary.update"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "taxonomy_vocabulary" => array:2 [
        "type" => "entity:taxonomy_vocabulary"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "_admin_route" => true
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
    "utf8" => true
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1571
    -variables: array:1 [
      0 => "taxonomy_vocabulary"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "taxonomy_vocabulary"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/admin/structure/taxonomy/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/taxonomy/manage/(?P<taxonomy_vocabulary>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "taxonomy_vocabulary"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 30
    #patternOutline: "/admin/structure/taxonomy/manage/%"
    #numParts: 5
  }
}