Symfony\Component\Routing\Route {#1574
  -path: "/admin/config/user-interface/shortcut/link/{shortcut}"
  -host: ""
  -schemes: []
  -methods: array:2 [
    0 => "GET"
    1 => "POST"
  ]
  -defaults: array:2 [
    "_entity_form" => "shortcut.default"
    "_title" => "Edit"
  ]
  -requirements: array:2 [
    "_entity_access" => "shortcut.update"
    "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:1 [
      0 => "access_check.entity"
    ]
  ]
  -condition: ""
  -compiled: Drupal\Core\Routing\CompiledRoute {#1571
    -variables: array:1 [
      0 => "shortcut"
    ]
    -tokens: array:2 [
      0 => array:5 [
        0 => "variable"
        1 => "/"
        2 => "\d+"
        3 => "shortcut"
        4 => true
      ]
      1 => array:2 [
        0 => "text"
        1 => "/admin/config/user-interface/shortcut/link"
      ]
    ]
    -staticPrefix: ""
    -regex: "{^/admin/config/user\-interface/shortcut/link/(?P<shortcut>\d+)$}sDu"
    -pathVariables: array:1 [
      0 => "shortcut"
    ]
    -hostVariables: []
    -hostRegex: null
    -hostTokens: []
    #fit: 62
    #patternOutline: "/admin/config/user-interface/shortcut/link/%"
    #numParts: 6
  }
}