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