Symfony\Component\Routing\Route {#1585
  -path: "/taxonomy/term/{arg_0}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:5 [
    "_controller" => "Drupal\views\Routing\ViewPageController::handle"
    "_title_callback" => "Drupal\views\Routing\ViewPageController::getTitle"
    "view_id" => "taxonomy_term"
    "display_id" => "page_1"
    "_view_display_show_admin_links" => true
  ]
  -requirements: array:2 [
    "_permission" => "access content"
    "_format" => "html"
  ]
  -options: array:8 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "_view_argument_map" => array:1 [
      "arg_0" => "arg_0"
    ]
    "_view_display_plugin_id" => "page"
    "_view_display_plugin_class" => "Drupal\views\Plugin\views\display\Page"
    "_view_display_show_admin_links" => true
    "returns_response" => false
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.permission"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1586
    -variables: array:1 [
      0 => "arg_0"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "arg_0"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/taxonomy/term"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/taxonomy/term/(?P<arg_0>[^/]++)$}sDu"
    -pathVariables: array:1 [
      0 => "arg_0"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 6
    #patternOutline: "/taxonomy/term/%"
    #numParts: 3
  }
}