Symfony\Component\Routing\Route {#1571
  -path: "/comment/reply/{entity_type}/{entity}/{field_name}/{pid}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:3 [
    "_controller" => "\Drupal\comment\Controller\CommentController::getReplyForm"
    "_title" => "Add new comment"
    "pid" => null
  ]
  -requirements: array:1 [
    "_custom_access" => "\Drupal\comment\Controller\CommentController::replyFormAccess"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "entity" => array:2 [
        "type" => "entity:{entity_type}"
        "converter" => "drupal.proxy_original_service.paramconverter.configentity_admin"
      ]
    ]
    "utf8" => true
    "_access_checks" => array:1 [
      0 => "access_check.custom"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:4 [
      0 => "entity_type"
      1 => "entity"
      2 => "field_name"
      3 => "pid"
    ]
    -tokens: array:5 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "pid"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "field_name"
        4 => true
      ]
      2 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "entity"
        4 => true
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "entity_type"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/comment/reply"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/comment/reply/(?P<entity_type>[^/]++)/(?P<entity>[^/]++)/(?P<field_name>[^/]++)(?:/(?P<pid>[^/]++))?$}sDu"
    -pathVariables: array:4 [
      0 => "entity_type"
      1 => "entity"
      2 => "field_name"
      3 => "pid"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 24
    #patternOutline: "/comment/reply/%/%/%"
    #numParts: 6
  }
}