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