Symfony\Component\Routing\Route {#1571
  -path: "/user/{user}/cancel/confirm/{timestamp}/{hashed_pass}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:4 [
    "_title" => "Confirm account cancellation"
    "_controller" => "\Drupal\user\Controller\UserController::confirmCancel"
    "timestamp" => 0
    "hashed_pass" => ""
  ]
  -requirements: array:2 [
    "_entity_access" => "user.delete"
    "user" => "\d+"
  ]
  -options: array:4 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "user" => array:2 [
        "type" => "entity:user"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_access_checks" => array:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:3 [
      0 => "user"
      1 => "timestamp"
      2 => "hashed_pass"
    ]
    -tokens: array:5 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "hashed_pass"
        4 => true
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "timestamp"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/cancel/confirm"
      ]
      3 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "user"
        4 => true
      ]
      4 => array:2 [
        0 => "text"
        1 => "/user"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/user/(?P<user>\d+)/cancel/confirm(?:/(?P<timestamp>[^/]++)(?:/(?P<hashed_pass>[^/]++))?)?$}sDu"
    -pathVariables: array:3 [
      0 => "user"
      1 => "timestamp"
      2 => "hashed_pass"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 11
    #patternOutline: "/user/%/cancel/confirm"
    #numParts: 6
  }
}