Symfony\Component\Routing\Route {#1571
  -path: "/comment/{comment}/approve"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:3 [
    "_title" => "Approve"
    "_controller" => "\Drupal\comment\Controller\CommentController::commentApprove"
    "entity_type" => "comment"
  ]
  -requirements: array:3 [
    "_entity_access" => "comment.approve"
    "_csrf_token" => "TRUE"
    "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:2 [
      0 => "access_check.entity"
      1 => "access_check.csrf"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "comment"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/approve"
      ]
      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+)/approve$}sDu"
    -pathVariables: array:1 [
      0 => "comment"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 5
    #patternOutline: "/comment/%/approve"
    #numParts: 3
  }
}