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