Symfony\Component\Routing\Route {#1588
  -path: "/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/add"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_controller" => "\Drupal\taxonomy\Controller\TaxonomyController::addForm"
    "_title" => "Add term"
  ]
  -requirements: array:1 [
    "_entity_create_access" => "taxonomy_term:{taxonomy_vocabulary}"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "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_create"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1585
    -variables: array:1 [
      0 => "taxonomy_vocabulary"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/add"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "taxonomy_vocabulary"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/structure/taxonomy/manage"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/taxonomy/manage/(?P<taxonomy_vocabulary>[^/]++)/add$}sDu"
    -pathVariables: array:1 [
      0 => "taxonomy_vocabulary"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 61
    #patternOutline: "/admin/structure/taxonomy/manage/%/add"
    #numParts: 6
  }
}