Symfony\Component\Routing\Route {#1571
  -path: "/admin/structure/menu/link/{menu_link_plugin}/reset"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_form" => "\Drupal\menu_ui\Form\MenuLinkResetForm"
    "_title" => "Reset menu link"
  ]
  -requirements: array:2 [
    "_permission" => "administer menu"
    "_custom_access" => "\Drupal\menu_ui\Form\MenuLinkResetForm::linkIsResettable"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "parameters" => array:1 [
      "menu_link_plugin" => array:2 [
        "type" => "menu_link_plugin"
        "converter" => "drupal.proxy_original_service.paramconverter.menu_link"
      ]
    ]
    "utf8" => true
    "_admin_route" => true
    "_access_checks" => array:2 [
      0 => "access_check.permission"
      1 => "access_check.custom"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "menu_link_plugin"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/reset"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "[^/]++"
        3 => "menu_link_plugin"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/structure/menu/link"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/structure/menu/link/(?P<menu_link_plugin>[^/]++)/reset$}sDu"
    -pathVariables: array:1 [
      0 => "menu_link_plugin"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 61
    #patternOutline: "/admin/structure/menu/link/%/reset"
    #numParts: 6
  }
}