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