Symfony\Component\Routing\Route {#1575
  -path: "/admin/config/user-interface/shortcut/link/{shortcut}/delete-inline"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:1 [
    "_controller" => "\Drupal\shortcut\Controller\ShortcutController::deleteShortcutLinkInline"
  ]
  -requirements: array:3 [
    "_entity_access" => "shortcut.delete"
    "_csrf_token" => "TRUE"
    "shortcut" => "\d+"
  ]
  -options: array:5 [
    "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
    "utf8" => true
    "parameters" => array:1 [
      "shortcut" => array:2 [
        "type" => "entity:shortcut"
        "converter" => "paramconverter.entity"
      ]
    ]
    "_admin_route" => true
    "_access_checks" => array:2 [
      0 => "access_check.entity"
      1 => "access_check.csrf"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1572
    -variables: array:1 [
      0 => "shortcut"
    ]
    -tokens: array:3 [
      0 => array:2 [
        0 => "text"
        1 => "/delete-inline"
      ]
      1 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "shortcut"
        4 => true
      ]
      2 => array:2 [
        0 => "text"
        1 => "/admin/config/user-interface/shortcut/link"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/user\-interface/shortcut/link/(?P<shortcut>\d+)/delete\-inline$}sDu"
    -pathVariables: array:1 [
      0 => "shortcut"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 125
    #patternOutline: "/admin/config/user-interface/shortcut/link/%/delete-inline"
    #numParts: 7
  }
}