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